summaryrefslogtreecommitdiff
path: root/src/crashlog.h
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2018-04-12 21:31:35 +0100
committerfrosch <github@elsenhans.name>2018-04-13 22:08:13 +0200
commit62d79900ecd48eb26687ba3c17164896d656c8ba (patch)
tree8cd978e0f19f329455d6c36f03d32cf822ab698e /src/crashlog.h
parent6ac079020b4545accc2b411fe0d4389845438ba5 (diff)
downloadopenttd-62d79900ecd48eb26687ba3c17164896d656c8ba.tar.xz
Add: List recent news messages in crashlog output
Diffstat (limited to 'src/crashlog.h')
-rw-r--r--src/crashlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crashlog.h b/src/crashlog.h
index 6f7fb3c21..b9bc8afa2 100644
--- a/src/crashlog.h
+++ b/src/crashlog.h
@@ -85,6 +85,7 @@ protected:
char *LogConfiguration(char *buffer, const char *last) const;
char *LogLibraries(char *buffer, const char *last) const;
char *LogGamelog(char *buffer, const char *last) const;
+ char *LogRecentNews(char *buffer, const char *list) const;
public:
/** Stub destructor to silence some compilers. */