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