blob: ef29f4e62b5109f4741af36c4835827869149b1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef __MENU_HEADER__
#define __MENU_HEADER__
/* **************************************
* Includes *
* **************************************/
#include "Global_Inc.h"
#include "Player.h"
#include "Gameplay.h"
/* **************************************
* Global prototypes *
* **************************************/
void MainMenu(void);
#endif // __MENU_HEADER__
|