summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2011-10-30 13:47:45 +0000
committeryexo <yexo@openttd.org>2011-10-30 13:47:45 +0000
commit433f74edd9fd3d9f3fed5cf09c7d6c510600b0aa (patch)
tree41ce1db0b149196cbda1c78d8abf9d6e720042d2 /src/gamelog.h
parentbd6d490987fe6767b8bb07ef9bf7753049c0c564 (diff)
downloadopenttd-433f74edd9fd3d9f3fed5cf09c7d6c510600b0aa.tar.xz
(svn r23065) -Add: -q option to read a savegame, write some general info and exit
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 0fa54e9c2..8357cb90a 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -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 */