summaryrefslogtreecommitdiff
path: root/src/news_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 15:13:45 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 15:13:45 +0000
commit44128682cf70c4b503b208c0ae311e3f644b042a (patch)
tree519dfde0acb2940b0172a639260f73396ee96421 /src/news_gui.h
parentbc37ae3f2a8e810c4f2b815a2d6b9e2bb3c3f771 (diff)
downloadopenttd-44128682cf70c4b503b208c0ae311e3f644b042a.tar.xz
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
Diffstat (limited to 'src/news_gui.h')
-rw-r--r--src/news_gui.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/news_gui.h b/src/news_gui.h
new file mode 100644
index 000000000..ba0a0a93f
--- /dev/null
+++ b/src/news_gui.h
@@ -0,0 +1,12 @@
+/* $Id$ */
+
+/** @file news_gui.h GUI functions related to the news. */
+
+#ifndef NEWS_GUI_H
+#define NEWS_GUI_H
+
+void ShowLastNewsMessage();
+void ShowMessageOptions();
+void ShowMessageHistory();
+
+#endif /* NEWS_GUI_H */