aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-12-26 22:18:37 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-12-26 22:18:37 +0100
commit4eaa6c091f97ca3455b2ae48a5f68867c0f7768e (patch)
tree79ae89ae5b7399c774ae6fcb792c109a725e1af8 /Source/Menu.h
parentf06d582d63b1f91e48ecb17a11987217144c5c79 (diff)
downloadairport-4eaa6c091f97ca3455b2ae48a5f68867c0f7768e.tar.gz
* 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.
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__