engine.h
changeset 5215 439d5ca71311
parent 5211 651c9272ad22
child 5216 d581e4db95b6
equal deleted inserted replaced
5214:521e6d945e5d 5215:439d5ca71311
   135 void DrawAircraftEngine(int x, int y, EngineID engine, uint32 image_ormod);
   135 void DrawAircraftEngine(int x, int y, EngineID engine, uint32 image_ormod);
   136 
   136 
   137 void LoadCustomEngineNames(void);
   137 void LoadCustomEngineNames(void);
   138 void DeleteCustomEngineNames(void);
   138 void DeleteCustomEngineNames(void);
   139 
   139 
   140 bool IsEngineBuildable(uint engine, byte type);
   140 bool IsEngineBuildable(EngineID engine, byte type, PlayerID player);
   141 
   141 
   142 enum {
   142 enum {
   143 	NUM_NORMAL_RAIL_ENGINES = 54,
   143 	NUM_NORMAL_RAIL_ENGINES = 54,
   144 	NUM_MONORAIL_ENGINES    = 30,
   144 	NUM_MONORAIL_ENGINES    = 30,
   145 	NUM_MAGLEV_ENGINES      = 32,
   145 	NUM_MAGLEV_ENGINES      = 32,