(svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter

This commit is contained in:
smatz
2009-01-23 02:35:17 +00:00
parent 83e1288c6a
commit 6dffd8ae82
14 changed files with 898 additions and 266 deletions

View File

@@ -27,5 +27,6 @@ bool IsEngineRefittable(EngineID engine);
CargoID GetEngineCargoType(EngineID engine);
void SetCachedEngineCounts();
void SetYearEngineAgingStops();
void StartupOneEngine(Engine *e, Date aging_date);
#endif /* ENGINE_H */