]> git.lizzy.rs Git - shadowclad.git/blob - ui.h
Improve at-a-glance readability of the AiScene partial hierarchy
[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