diff options
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ typedef uint32 CursorID; typedef uint16 EngineID; typedef uint16 UnitID; typedef uint16 StringID; +typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp) /* IDs used in Pools */ typedef uint16 VehicleID; |