]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/ui.h
7ab1784102c6a5f7f9bc1f611175a13169725304
[shadowclad.git] / src / engine / ui.h
1 #ifndef UI_H_
2 #define UI_H_
3
4 #include <GL/gl.h>
5
6 typedef struct GLFWwindow GLFWwindow;
7
8 void resizeStage(GLFWwindow* window, int width, int height);
9
10 #endif // UI_H_