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
commit8c2c7c27ea6f7c9de041ffff9362f8a8d9d03a81 (patch)
tree519dfde0acb2940b0172a639260f73396ee96421 /src/news_gui.h
parentdc16b4f2b4cf13f7c55f0bb7efeaf74ec4b56752 (diff)
downloadopenttd-8c2c7c27ea6f7c9de041ffff9362f8a8d9d03a81.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 */