(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions
This commit is contained in:
@@ -22,6 +22,11 @@ void EngList_SortPartial(GUIEngineList *el, EngList_SortTypeFunction compare, ui
|
||||
|
||||
StringID GetEngineCategoryName(EngineID engine);
|
||||
StringID GetEngineInfoString(EngineID engine);
|
||||
void DrawVehicleEngine(int x, int y, EngineID engine, SpriteID pal);
|
||||
|
||||
void DrawVehicleEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawTrainEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawRoadVehEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawShipEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
|
||||
void DrawAircraftEngine(int left, int right, int preferred_x, int y, EngineID engine, SpriteID pal);
|
||||
|
||||
#endif /* ENGINE_GUI_H */
|
||||
|
Reference in New Issue
Block a user