summaryrefslogtreecommitdiff
path: root/src/gui/base/input.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-16 23:27:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-16 23:27:30 +0300
commitd0bc46cd38aa82777621a99005a90d085e9821c3 (patch)
tree65c5345a70bf12779209c3bc9d3dc4851e93b76c /src/gui/base/input.hpp
parent9fc5e9b475388ef57de62143438eae6d0af7da3c (diff)
downloadplus-d0bc46cd38aa82777621a99005a90d085e9821c3.tar.gz
plus-d0bc46cd38aa82777621a99005a90d085e9821c3.tar.bz2
plus-d0bc46cd38aa82777621a99005a90d085e9821c3.tar.xz
plus-d0bc46cd38aa82777621a99005a90d085e9821c3.zip
Combine keyinput into one file.
Diffstat (limited to 'src/gui/base/input.hpp')
-rw-r--r--src/gui/base/input.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/base/input.hpp b/src/gui/base/input.hpp
index 71a15ce85..40aed4d84 100644
--- a/src/gui/base/input.hpp
+++ b/src/gui/base/input.hpp
@@ -66,9 +66,10 @@
#include "localconsts.h"
+class KeyInput;
+
namespace gcn
{
- class KeyInput;
class MouseInput;
/**