]> git.lizzy.rs Git - shadowclad.git/blob - ui.h
Add the concept of a player character and load its 3D model
[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