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