summaryrefslogtreecommitdiffstats
path: root/menu_demo/button.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-04-16 12:45:15 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-04-16 12:45:15 (GMT)
commit3068aaf73f84ac8eafc45f4e73397f8ed3859185 (patch)
tree0bc7063ffc0bb9d1e073f5c12ed980dc134db693 /menu_demo/button.c
parentb5f2b48d84b34de1bf78964b8481b6717ca6e00e (diff)
download2iv55-3068aaf73f84ac8eafc45f4e73397f8ed3859185.zip
2iv55-3068aaf73f84ac8eafc45f4e73397f8ed3859185.tar.gz
2iv55-3068aaf73f84ac8eafc45f4e73397f8ed3859185.tar.bz2
fixed errors/typos etc to make it crossplatform compatible
Diffstat (limited to 'menu_demo/button.c')
-rw-r--r--menu_demo/button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_demo/button.c b/menu_demo/button.c
index f9397f1..499570b 100644
--- a/menu_demo/button.c
+++ b/menu_demo/button.c
@@ -3,7 +3,7 @@
#include <windows.h>
#endif
-#include <gl\gl.h>
+#include <GL/gl.h>
#include "bitmap.h"
@@ -11,4 +11,4 @@ enum ButtonType {
MENU_MAIN,
MENU_START,
MENU_OPTIONS
-}; \ No newline at end of file
+};