diff options
Diffstat (limited to 'Gameplay.h')
| -rw-r--r-- | Gameplay.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Gameplay.h b/Gameplay.h deleted file mode 100644 index b7179c2..0000000 --- a/Gameplay.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef __GAMEPLAY_H__ -#define __GAMEPLAY_H__ - -/* ************************************** - * Includes * - * **************************************/ - -#include "Global_Inc.h" -#include "Player.h" - -/* ************************************** - * Defines * - * **************************************/ - -#define GAME_MAX_PLAYERS 1 - -/* ************************************** - * Structs and enums * - * **************************************/ - -/* ************************************** - * Global prototypes * - * **************************************/ - -void GameInit(void); - -/* ************************************** - * Global variables * - * **************************************/ - -extern Player GamePlayers[GAME_MAX_PLAYERS]; - -#endif // __GAMEPLAY_H__ |
