From f0b654b9bf3bc2a93c1f89d4cc3edcf77b948555 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 9 Jul 2018 19:26:13 +0200 Subject: Game has been restructured in favor of OOP --- Menu.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Menu.h') 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__. */ -- cgit v1.2.3