Ooops, forgot header guard.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37890 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
*
|
*
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
#ifndef GLUT_GAME_MODE_H
|
||||||
|
#define GLUT_GAME_MODE_H
|
||||||
|
|
||||||
#include <GL/glut.h>
|
#include <GL/glut.h>
|
||||||
#include <Screen.h>
|
#include <Screen.h>
|
||||||
@@ -52,3 +54,5 @@ private:
|
|||||||
display_mode fCurrentMode;
|
display_mode fCurrentMode;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // GLUT_GAME_MODE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user