summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/menu/menu.h')
-rw-r--r--matchblox/menu/menu.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/matchblox/menu/menu.h b/matchblox/menu/menu.h
index b5e1d9f..656d259 100644
--- a/matchblox/menu/menu.h
+++ b/matchblox/menu/menu.h
@@ -1,20 +1,21 @@
-#ifndef _CMENU_H
-#define _CMENU_H
+#ifndef _CMENU_H
+#define _CMENU_H
#ifdef __cplusplus
extern "C" {
#endif
-
-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 MenuNext(void);
+void MenuInit(int f_iWinWidth, int f_iWinHeight);
+void MenuRender(void);
+void MenuRun(void);
+void MenuMouseClick(int button, int state, int x, int y);
void MenuMouseMove(int x, int y);
-
+
#ifdef __cplusplus
}
#endif
-
-#endif
+
+#endif