summaryrefslogtreecommitdiffstats
path: root/menu_demo/main.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-04-16 11:33:33 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-04-16 11:33:33 (GMT)
commit685a785826430a52504233357521be1ce44e53ca (patch)
tree0b44d138a0c7a722461eeaa36b81b346f78319b1 /menu_demo/main.h
parent0918f7cca88662ed8c9cc963f7c51d2bc4b755a8 (diff)
download2iv55-685a785826430a52504233357521be1ce44e53ca.zip
2iv55-685a785826430a52504233357521be1ce44e53ca.tar.gz
2iv55-685a785826430a52504233357521be1ce44e53ca.tar.bz2
Eerste versie menu
Diffstat (limited to 'menu_demo/main.h')
-rw-r--r--menu_demo/main.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/menu_demo/main.h b/menu_demo/main.h
new file mode 100644
index 0000000..07419c0
--- /dev/null
+++ b/menu_demo/main.h
@@ -0,0 +1,13 @@
+#ifndef _CMAIN_H
+#define _CMAIN_H
+
+#define SCREEN_WIDTH 640
+#define SCREEN_HEIGHT 480
+
+void render_scene(void);
+void process_normal_keys(unsigned char key, int x, int y);
+void process_special_keys(int key, int x, int y);
+void init_gl(void);
+int main(int argc, char **argv);
+
+#endif \ No newline at end of file