9 lines
115 B
C
9 lines
115 B
C
#ifndef COMPOSITOR_H
|
|
#define COMPOSITOR_H
|
|
|
|
#include "aliases.h"
|
|
|
|
i32 run_main_loop(void);
|
|
|
|
#endif // !COMPOSITOR_H
|