summaryrefslogtreecommitdiff
path: root/src/console_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-24 10:15:06 +0000
committerrubidium <rubidium@openttd.org>2008-05-24 10:15:06 +0000
commit6c20f77330468a954ca2abcd396ab4135ea176fd (patch)
tree72e249a3b2b47077b3e38cac1908b6058e9a94f8 /src/console_gui.h
parent0c47d3fc14f9e81226001a2824a14164184c7d94 (diff)
downloadopenttd-6c20f77330468a954ca2abcd396ab4135ea176fd.tar.xz
(svn r13228) -Codechange: split console.h.
Diffstat (limited to 'src/console_gui.h')
-rw-r--r--src/console_gui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/console_gui.h b/src/console_gui.h
new file mode 100644
index 000000000..7d7619fda
--- /dev/null
+++ b/src/console_gui.h
@@ -0,0 +1,13 @@
+/* $Id$ */
+
+/** @file console_gui.h GUI related functions in the console. */
+
+#ifndef CONSOLE_GUI_H
+#define CONSOLE_GUI_H
+
+#include "window_type.h"
+
+void IConsoleResize(Window *w);
+void IConsoleSwitch();
+
+#endif /* CONSOLE_GUI_H */