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:
Philippe Houdoin
2010-08-04 00:13:03 +00:00
parent 74ca134aff
commit 9f11a87e65
+4
View File
@@ -5,6 +5,8 @@
*
* Distributed under the terms of the MIT License.
*/
#ifndef GLUT_GAME_MODE_H
#define GLUT_GAME_MODE_H
#include <GL/glut.h>
#include <Screen.h>
@@ -52,3 +54,5 @@ private:
display_mode fCurrentMode;
};
#endif // GLUT_GAME_MODE_H