From 2cf2d608af862e812e7fd3ac580f869141a96fa7 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 5 Nov 2017 04:16:32 +0100 Subject: + Added copy of BitmapEncoder + New sprite and unit "Town center" * Provisional collision checking. * Many other modifications. --- Gameplay.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Gameplay.h') diff --git a/Gameplay.h b/Gameplay.h index 98bb76d..b7179c2 100644 --- a/Gameplay.h +++ b/Gameplay.h @@ -12,7 +12,11 @@ * Defines * * **************************************/ -#define GAME_MAX_PLAYERS 1 +#define GAME_MAX_PLAYERS 1 + +/* ************************************** + * Structs and enums * + * **************************************/ /* ************************************** * Global prototypes * -- cgit v1.2.3