]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/sky.h
32939317d883c3f8c900bacf19a068cad9c16f7f
[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