(svn r21986) -Codechange: Add helper function to test whether an engine is still associated to a GRF.

This commit is contained in:
frosch
2011-02-05 20:37:00 +00:00
parent 2679051c68
commit faa2a26ae1
3 changed files with 12 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ struct Engine : EnginePool::PoolItem<&_engine_pool> {
Engine();
Engine(VehicleType type, EngineID base);
~Engine();
bool IsEnabled() const;
/**
* Determines the default cargo type of an engine.