Start building main compositor application

This commit is contained in:
2024-01-14 19:30:21 +00:00
parent ea3aceeaf8
commit 150ada41b2
2 changed files with 67 additions and 0 deletions

8
include/compositor.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef COMPOSITOR_H
#define COMPOSITOR_H
#include "aliases/aliases.h"
i32 run_main_loop(void);
#endif // !COMPOSITOR_H