Changeset - r28759:8c878dd42071
[Not reviewed]
master
0 1 0
Peter Nelson - 2 months ago 2024-02-14 20:28:03
peter1138@openttd.org
Cleanup: Remove declaration of non-existent function. (#12091)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/newgrf_roadstop.h
Show inline comments
 
@@ -173,14 +173,12 @@ void TriggerRoadStopAnimation(BaseStatio
 
void TriggerRoadStopRandomisation(Station *st, TileIndex tile, RoadStopRandomTrigger trigger, CargoID cargo_type = INVALID_CARGO);
 

	
 
bool GetIfNewStopsByType(RoadStopType rs, RoadType roadtype);
 
bool GetIfClassHasNewStopsByType(const RoadStopClass *roadstopclass, RoadStopType rs, RoadType roadtype);
 
bool GetIfStopIsForType(const RoadStopSpec *roadstopspec, RoadStopType rs, RoadType roadtype);
 

	
 
uint GetCountOfCompatibleStopsByType(RoadStopClass *roadstopclass, RoadStopType rs);
 

	
 
const RoadStopSpec *GetRoadStopSpec(TileIndex t);
 
int AllocateSpecToRoadStop(const RoadStopSpec *statspec, BaseStation *st, bool exec);
 
void DeallocateSpecFromRoadStop(BaseStation *st, byte specindex);
 
void RoadStopUpdateCachedTriggers(BaseStation *st);
 

	
 
#endif /* NEWGRF_ROADSTATION_H */
0 comments (0 inline, 0 general)