]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/sky.h
refactoring
[dragonblocks_alpha.git] / src / client / sky.h
1 #ifndef _SKY_H_
2 #define _SKY_H_
3
4 #include <stdbool.h>
5
6 bool sky_init();
7 void sky_deinit();
8 void sky_render();
9
10 #endif // _SKY_H_