(svn r23065) -Add: -q option to read a savegame, write some general info and exit

This commit is contained in:
yexo
2011-10-30 13:47:45 +00:00
parent bd6d490987
commit 433f74edd9
7 changed files with 123 additions and 7 deletions

View File

@@ -61,4 +61,6 @@ void GamelogTestMode();
bool GamelogGRFBugReverse(uint32 grfid, uint16 internal_id);
void GamelogInfo(struct LoggedAction *gamelog_action, uint gamelog_actions, uint32 *last_ottd_rev, byte *ever_modified, bool *removed_newgrfs);
#endif /* GAMELOG_H */