File diff r7392:a2dff6935901 → r7393:d9b5bcff3577
src/openttd.h
Show inline comments
 
@@ -51,7 +51,7 @@ struct PalSpriteID {
 
typedef uint16 EngineID;
 
typedef uint16 UnitID;
 
typedef uint16 StringID;
 
#define INVALID_STRING_ID 0xFFFF
 
static const StringID INVALID_STRING_ID = 0xFFFF;
 

	
 
typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)