diff options
Diffstat (limited to 'engine.h')
-rw-r--r-- | engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ void AcceptEnginePreview(Engine *e, int player); void LoadCustomEngineNames(void); void DeleteCustomEngineNames(void); +bool IsEngineBuildable(int engine, byte type); enum { NUM_NORMAL_RAIL_ENGINES = 54, |