summaryrefslogtreecommitdiffstats
path: root/menu_demo/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu_demo/menu.h')
-rw-r--r--menu_demo/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_demo/menu.h b/menu_demo/menu.h
index f072608..b574b74 100644
--- a/menu_demo/menu.h
+++ b/menu_demo/menu.h
@@ -1,7 +1,7 @@
#ifndef _CMENU_H
#define _CMENU_H
-void MenuInit(void);
+void MenuInit(int f_iWinWidth, int f_iWinHeight);
void MenuRender(void);
#endif