summaryrefslogtreecommitdiffstats
path: root/menu_demo/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_demo/main.c')
-rw-r--r--menu_demo/main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/menu_demo/main.c b/menu_demo/main.c
index 0592c57..ad9c49f 100644
--- a/menu_demo/main.c
+++ b/menu_demo/main.c
@@ -4,16 +4,16 @@
#endif
#include <stdlib.h>
+#include <GL/gl.h>
#include <GL/gl.h>
#include <GL/glut.h>
#include "menu.h"
-#define SCREEN_WIDTH 640
+#define SCREEN_WIDTH 640
#define SCREEN_HEIGHT 480
-
void init_gl(void)
{
double l_dHalfWidth = SCREEN_WIDTH / 2;
@@ -78,5 +78,3 @@ int main(int argc, char **argv)
return 0;
}
-
-