summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
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 */