diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:07:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:38:03 +0300 |
commit | cde42202d69e178da73c698065deca54b24054fd (patch) | |
tree | d636965ecde85db8de36fa65735920826e8e191b /src/input | |
parent | 21e63bbf54679ec236d1f09ed435959ff6a04db2 (diff) | |
download | plus-cde42202d69e178da73c698065deca54b24054fd.tar.gz plus-cde42202d69e178da73c698065deca54b24054fd.tar.bz2 plus-cde42202d69e178da73c698065deca54b24054fd.tar.xz plus-cde42202d69e178da73c698065deca54b24054fd.zip |
move exguichan files into gui/base/
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputmanager.cpp | 4 | ||||
-rw-r--r-- | src/input/keyevent.h | 4 | ||||
-rw-r--r-- | src/input/keyinput.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp index cc37001cc..7243bbf97 100644 --- a/src/input/inputmanager.cpp +++ b/src/input/inputmanager.cpp @@ -51,8 +51,8 @@ #include "utils/timer.h" -#include <guichan/exception.hpp> -#include <guichan/focushandler.hpp> +#include "gui/base/exception.hpp" +#include "gui/base/focushandler.hpp" #include <algorithm> diff --git a/src/input/keyevent.h b/src/input/keyevent.h index e0b2e8e17..3637d720c 100644 --- a/src/input/keyevent.h +++ b/src/input/keyevent.h @@ -21,8 +21,8 @@ #ifndef INPUT_KEYEVENT_H #define INPUT_KEYEVENT_H -#include <guichan/key.hpp> -#include <guichan/keyevent.hpp> +#include "gui/base/key.hpp" +#include "gui/base/keyevent.hpp" #include <string> diff --git a/src/input/keyinput.h b/src/input/keyinput.h index 25deeae19..d68c071f2 100644 --- a/src/input/keyinput.h +++ b/src/input/keyinput.h @@ -21,7 +21,7 @@ #ifndef INPUT_KEYINPUT_H #define INPUT_KEYINPUT_H -#include <guichan/keyinput.hpp> +#include "gui/base/keyinput.hpp" #include <string> |