summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-14 11:56:06 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-14 11:56:06 (GMT)
commitd4d35970d88edccdd963e53ea3e11f702e1e2bab (patch)
treeaa3f522ef826752bf08e2396f70a3156e1b81e5b /matchblox/menu/menu.h
parentab5d6fe55a31891ac8ad2949c31704e8245e116f (diff)
download2iv55-d4d35970d88edccdd963e53ea3e11f702e1e2bab.zip
2iv55-d4d35970d88edccdd963e53ea3e11f702e1e2bab.tar.gz
2iv55-d4d35970d88edccdd963e53ea3e11f702e1e2bab.tar.bz2
fix this
Diffstat (limited to 'matchblox/menu/menu.h')
-rw-r--r--matchblox/menu/menu.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/matchblox/menu/menu.h b/matchblox/menu/menu.h
new file mode 100644
index 0000000..0b4e95f
--- /dev/null
+++ b/matchblox/menu/menu.h
@@ -0,0 +1,10 @@
+#ifndef _CMENU_H
+#define _CMENU_H
+
+void MenuNext(void);
+void MenuInit(int f_iWinWidth, int f_iWinHeight);
+void MenuRender(void);
+void MenuMouseClick(int button, int state, int x, int y);
+void MenuMouseMove(int x, int y);
+
+#endif