]> git.lizzy.rs Git - shadowclad.git/blob - ui.h
Choose C99 and make code a bit more standards-compliant
[shadowclad.git] / 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