aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Menu.h')
-rw-r--r--Source/Menu.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/Menu.h b/Source/Menu.h
index 83dabf0..2c34ff4 100644
--- a/Source/Menu.h
+++ b/Source/Menu.h
@@ -1,10 +1,12 @@
-#ifndef __MENU_HEADER__
-#define __MENU_HEADER__
+#ifndef MENU_HEADER__
+#define MENU_HEADER__
/* *************************************
* Includes
* *************************************/
+#include "Gfx.h"
+
/* *************************************
* Defines
* *************************************/
@@ -14,5 +16,6 @@
* *************************************/
void MainMenu(void);
+GsSprite* MainMenuGetBCNGWLogo(void);
-#endif //__MENU_HEADER__
+#endif //MENU_HEADER__