summaryrefslogtreecommitdiff
path: root/src/news_gui.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/news_gui.h
parent6ac079020b4545accc2b411fe0d4389845438ba5 (diff)
downloadopenttd-62d79900ecd48eb26687ba3c17164896d656c8ba.tar.xz
Add: List recent news messages in crashlog output
Diffstat (limited to 'src/news_gui.h')
-rw-r--r--src/news_gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/news_gui.h b/src/news_gui.h
index f0b28a734..0f42c68c6 100644
--- a/src/news_gui.h
+++ b/src/news_gui.h
@@ -12,7 +12,11 @@
#ifndef NEWS_GUI_H
#define NEWS_GUI_H
+#include "news_type.h"
+
void ShowLastNewsMessage();
void ShowMessageHistory();
+extern NewsItem *_oldest_news;
+
#endif /* NEWS_GUI_H */