]> git.lizzy.rs Git - shadowclad.git/blob - ui.h
Render player character and make the camera follow it
[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