summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index afd37d4f9..71939cfd8 100644
--- a/variables.h
+++ b/variables.h
@@ -9,6 +9,7 @@
#endif
typedef uint16 UnitID; //! All unitnumber stuff is of this type (or anyway, should be)
+typedef uint16 EngineID; //! All enginenumbers should be of this type
// Prices and also the fractional part.
VARDEF Prices _price;