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 --- Gameplay.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Gameplay.h (limited to 'Gameplay.h') 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__ -- cgit v1.2.3