From 4eaa6c091f97ca3455b2ae48a5f68867c0f7768e Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Tue, 26 Dec 2017 22:18:37 +0100 Subject: * Slight optimization: all comparations against true are now compared against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map. --- Source/Menu.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Source/Menu.h') 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__ -- cgit v1.2.3