summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorJoan Josep <juanjo.ng.83@gmail.com>2019-02-17 00:15:58 +0100
committerPeterN <peter@fuzzle.org>2019-02-16 23:15:58 +0000
commit548ec05a48ba28b65e779fa27fa5985a4ee2901b (patch)
tree518372f8dba71cc9caf79f2d5974a917ceb2802f /src/window_func.h
parentebe84b9d4c747d516fd779c711788da5d4dcd1d0 (diff)
downloadopenttd-548ec05a48ba28b65e779fa27fa5985a4ee2901b.tar.xz
Add: News menu entry and shortcut for deleting all messages. (#7240)
Diffstat (limited to 'src/window_func.h')
-rw-r--r--src/window_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_func.h b/src/window_func.h
index 453b88978..45e2d71ec 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -40,6 +40,7 @@ void InvalidateWindowClassesData(WindowClass cls, int data = 0, bool gui_scope =
void DeleteNonVitalWindows();
void DeleteAllNonVitalWindows();
+void DeleteAllMessages();
void DeleteConstructionWindows();
void HideVitalWindows();
void ShowVitalWindows();