7b4d11da062d39d261063a05913852760be23e2a
[demo] / src / opengl / opengl.h
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
3
4 bool init_opengl();
5 void cleanup_opengl();
6
7 #endif // OPENGL_H_