openttd.h
changeset 2153 91e89aa8c299
parent 2075 7f0ca01392db
child 2159 3b634157c3b2
--- a/openttd.h	Thu Jul 21 18:01:43 2005 +0000
+++ b/openttd.h	Thu Jul 21 18:44:27 2005 +0000
@@ -72,6 +72,8 @@
 typedef uint16 SpriteID;
 typedef uint32 PalSpriteID;
 typedef uint32 CursorID;
+typedef uint16 EngineID; //! All enginenumbers should be of this type
+typedef uint16 UnitID;   //! All unitnumber stuff is of this type (or anyway, should be)
 
 typedef uint32 WindowNumber;
 typedef byte WindowClass;
@@ -546,6 +548,5 @@
 VARDEF byte _no_scroll;
 
 #include "functions.h"
-#include "variables.h"
 
 #endif /* OPENTTD_H */