summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-30 16:54:39 +0000
committerdarkvater <darkvater@openttd.org>2005-01-30 16:54:39 +0000
commit1527ef3db001a1bb609f8c331313a52c9ac69888 (patch)
tree49b3e495609d4e23cf7be92ce87f031d35282063 /console.h
parent8580e73b65c94f978319b2b4e7f4dc1833bfa149 (diff)
downloadopenttd-1527ef3db001a1bb609f8c331313a52c9ac69888.tar.xz
(svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik)
Diffstat (limited to 'console.h')
-rw-r--r--console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/console.h b/console.h
index fd4c45ea1..55c134046 100644
--- a/console.h
+++ b/console.h
@@ -1,6 +1,9 @@
#ifndef CONSOLE_H
#define CONSOLE_H
+/* Pointer to console window */
+VARDEF Window *_iconsole_win;
+
// ** console parser ** //
typedef enum _iconsole_var_types {