diff options
Diffstat (limited to 'Menu.h')
| -rw-r--r-- | Menu.h | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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__. */ |
