]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/ui.h
1e1cedfa6a3ac6e5b10c083dee5b227f78ac8308
[shadowclad.git] / src / engine / ui.h
1 #ifndef UI_H_
2 #define UI_H_
3
4 #include <GL/gl.h>
5
6 void resizeStage(GLsizei width, GLsizei height);
7
8 #endif // UI_H_