forked from mirror/OpenTTD
(svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows shuffling order of rail vehicle purchase list (and replace vehicle list)
This commit is contained in:
@@ -70,4 +70,8 @@ void UnloadWagonOverrides(void);
|
||||
void UnloadCustomEngineSprites(void);
|
||||
void UnloadCustomEngineNames(void);
|
||||
|
||||
void ResetEngineListOrder(void);
|
||||
EngineID GetRailVehAtPosition(EngineID pos);
|
||||
void AlterRailVehListOrder(EngineID engine, EngineID target);
|
||||
|
||||
#endif /* NEWGRF_ENGINE_H */
|
||||
|
Reference in New Issue
Block a user