summaryrefslogtreecommitdiff
path: root/Menu.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 19:26:13 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 19:26:13 +0200
commitf0b654b9bf3bc2a93c1f89d4cc3edcf77b948555 (patch)
tree91b7404dca0b6eb136cb7f9b144435419144b777 /Menu.h
parentd85464781580796bbcc744ae732e56d1920e3b0f (diff)
downloadpocketempires-f0b654b9bf3bc2a93c1f89d4cc3edcf77b948555.tar.gz
Game has been restructured in favor of OOP
Diffstat (limited to 'Menu.h')
-rw-r--r--Menu.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/Menu.h b/Menu.h
index 35c8108..904b0b6 100644
--- a/Menu.h
+++ b/Menu.h
@@ -1,16 +1,14 @@
-#ifndef __MENU_HEADER__
-#define __MENU_HEADER__
+#ifndef MENU_H__
+#define MENU_H__
/* **************************************
- * Includes *
+ * Includes *
* **************************************/
-#include "Global_Inc.h"
-
/* **************************************
- * Global prototypes *
+ * Global prototypes *
* **************************************/
void MainMenu(void);
-#endif // __MENU_HEADER__
+#endif /* MENU_H__. */