From 786dccd2bc0946d48b8a2758ef2c607678bc8dd9 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 8 Sep 2017 18:39:22 +0200 Subject: Removed Building and GameStructures modules. Restructured SW for Unit and Player, still a lot TODO --- Menu.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Menu.h') diff --git a/Menu.h b/Menu.h index ef29f4e..35c8108 100644 --- a/Menu.h +++ b/Menu.h @@ -4,15 +4,13 @@ /* ************************************** * Includes * * **************************************/ - + #include "Global_Inc.h" -#include "Player.h" -#include "Gameplay.h" /* ************************************** * Global prototypes * * **************************************/ - + void MainMenu(void); - + #endif // __MENU_HEADER__ -- cgit v1.2.3