engine.h
changeset 2769 eab49a86038e
parent 2763 a4d065e3261b
child 2817 cdf488223c23
equal deleted inserted replaced
2768:f67ac3cafc66 2769:eab49a86038e
   210 
   210 
   211 void LoadCustomEngineNames(void);
   211 void LoadCustomEngineNames(void);
   212 void DeleteCustomEngineNames(void);
   212 void DeleteCustomEngineNames(void);
   213 
   213 
   214 bool IsEngineBuildable(uint engine, byte type);
   214 bool IsEngineBuildable(uint engine, byte type);
   215 void UnInitNewgrEngines(void);
       
   216 
   215 
   217 enum {
   216 enum {
   218 	NUM_NORMAL_RAIL_ENGINES = 54,
   217 	NUM_NORMAL_RAIL_ENGINES = 54,
   219 	NUM_MONORAIL_ENGINES = 30,
   218 	NUM_MONORAIL_ENGINES = 30,
   220 	NUM_MAGLEV_ENGINES = 32,
   219 	NUM_MAGLEV_ENGINES = 32,
   281 	return &_road_vehicle_info[e - ROAD_ENGINES_INDEX];
   280 	return &_road_vehicle_info[e - ROAD_ENGINES_INDEX];
   282 }
   281 }
   283 
   282 
   284 void UnloadWagonOverrides(void);
   283 void UnloadWagonOverrides(void);
   285 void UnloadCustomEngineSprites(void);
   284 void UnloadCustomEngineSprites(void);
       
   285 void UnloadCustomEngineNames(void);
   286 
   286 
   287 #endif /* ENGINE_H */
   287 #endif /* ENGINE_H */