summaryrefslogtreecommitdiff
path: root/Unit.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-08-26 17:55:06 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-08-26 17:55:06 +0200
commit72d350a37aa67936361ac8a374472b7e0227da61 (patch)
treeacf8c4f6e0cbfd277a8ee312889794ddad39cb54 /Unit.h
parent4ca8c2d15b51c479dd890773643ea24440b3991f (diff)
downloadpocketempires-72d350a37aa67936361ac8a374472b7e0227da61.tar.gz
* TYPE_BUILDING_ID and TYPE_UNIT_ID partially implemented
Diffstat (limited to 'Unit.h')
-rw-r--r--Unit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Unit.h b/Unit.h
index f8ad6ad..4e5d85b 100644
--- a/Unit.h
+++ b/Unit.h
@@ -23,10 +23,10 @@ extern "C"
* Structs and enums *
* **************************************/
-enum
+typedef enum t_unitid
{
PEASANT = 0
-};
+}TYPE_UNIT_ID;
/* **************************************
* Global prototypes *