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