Initial commit

- basic main.c implementation
- event_loop implementation
This commit is contained in:
Nikita Tyukalov, ASUS, Linux
2026-03-24 18:38:56 +03:00
parent b0a38edaad
commit c577779635
7 changed files with 243 additions and 0 deletions

6
utils.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __UTILS_H
#define __UTILS_H
#endif