engine.h
changeset 1093 4fdc46eaf423
parent 922 10035216cbaf
child 1196 67f7f3017d99
equal deleted inserted replaced
1092:e3b4a131db7c 1093:4fdc46eaf423
    78 	RVI_MULTIHEAD = 1,
    78 	RVI_MULTIHEAD = 1,
    79 	RVI_WAGON = 2,
    79 	RVI_WAGON = 2,
    80 };
    80 };
    81 
    81 
    82 
    82 
    83 void AddTypeToEngines();
    83 void AddTypeToEngines(void);
    84 void StartupEngines();
    84 void StartupEngines(void);
    85 
    85 
    86 
    86 
    87 extern byte _global_cargo_id[NUM_LANDSCAPE][NUM_CARGO];
    87 extern byte _global_cargo_id[NUM_LANDSCAPE][NUM_CARGO];
    88 enum {
    88 enum {
    89 	CID_DEFAULT = 29,
    89 	CID_DEFAULT = 29,
   128 void DrawShipEngineInfo(int engine, int x, int y, int maxw);
   128 void DrawShipEngineInfo(int engine, int x, int y, int maxw);
   129 void DrawAircraftEngineInfo(int engine, int x, int y, int maxw);
   129 void DrawAircraftEngineInfo(int engine, int x, int y, int maxw);
   130 
   130 
   131 void AcceptEnginePreview(Engine *e, int player);
   131 void AcceptEnginePreview(Engine *e, int player);
   132 
   132 
   133 void LoadCustomEngineNames();
   133 void LoadCustomEngineNames(void);
   134 void DeleteCustomEngineNames();
   134 void DeleteCustomEngineNames(void);
   135 
   135 
   136 
   136 
   137 enum {
   137 enum {
   138 	NUM_NORMAL_RAIL_ENGINES = 54,
   138 	NUM_NORMAL_RAIL_ENGINES = 54,
   139 	NUM_MONORAIL_ENGINES = 30,
   139 	NUM_MONORAIL_ENGINES = 30,