summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-27 14:20:29 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-27 14:20:29 (GMT)
commit47dcce1ed989159bbe0fc2a98ebeda4f5dc99772 (patch)
treee4574377e8fcbe866955015fdcb133f3e50d2bf8 /matchblox/menu/menu.h
parentc089caac3e3c87e2489982ec21c6f2dfec1bd8ed (diff)
download2iv55-47dcce1ed989159bbe0fc2a98ebeda4f5dc99772.zip
2iv55-47dcce1ed989159bbe0fc2a98ebeda4f5dc99772.tar.gz
2iv55-47dcce1ed989159bbe0fc2a98ebeda4f5dc99772.tar.bz2
menu + button afhandeling
Diffstat (limited to 'matchblox/menu/menu.h')
-rw-r--r--matchblox/menu/menu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/matchblox/menu/menu.h b/matchblox/menu/menu.h
index 656d259..6a54332 100644
--- a/matchblox/menu/menu.h
+++ b/matchblox/menu/menu.h
@@ -9,11 +9,10 @@ extern "C" {
void MenuNext(void);
void MenuInit(int f_iWinWidth, int f_iWinHeight);
void MenuRender(void);
-void MenuRun(void);
+void MenuProcessMessage(void);
void MenuMouseClick(int button, int state, int x, int y);
void MenuMouseMove(int x, int y);
-
#ifdef __cplusplus
}
#endif