summaryrefslogtreecommitdiff
path: root/src/statusbar_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar_gui.h')
-rw-r--r--src/statusbar_gui.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/statusbar_gui.h b/src/statusbar_gui.h
new file mode 100644
index 000000000..8003bf6ea
--- /dev/null
+++ b/src/statusbar_gui.h
@@ -0,0 +1,20 @@
+/* $Id$ */
+
+/** @file statusbar_gui.h Functions, definitions and such used only by the GUI. */
+
+#ifndef STATUSBAR_GUI_H
+#define STATUSBAR_GUI_H
+
+enum StatusBarInvalidate
+{
+ SBI_SAVELOAD_START,
+ SBI_SAVELOAD_FINISH,
+ SBI_SHOW_TICKER,
+ SBI_SHOW_REMINDER,
+ SBI_END
+};
+
+bool IsNewsTickerShown();
+void ShowStatusBar();
+
+#endif /* STATUSBAR_GUI_H */