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. --- Unit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Unit.h') diff --git a/Unit.h b/Unit.h index eecdbcd..86bd6f7 100644 --- a/Unit.h +++ b/Unit.h @@ -58,6 +58,7 @@ typedef enum t_unitid // Buildings BARRACKS, TOWER, + TOWN_CENTER, MAX_BUILDING_ID, @@ -75,9 +76,9 @@ typedef struct typedef enum t_availableactions { - ACTION_BUILD, + ACTION_BUILD_BARRACKS, ACTION_ATTACK, - ACTION_CREATE_UNIT, + ACTION_CREATE_PEASANT, MAX_ACTIONS }UNIT_ACTION; -- cgit v1.2.3