diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:26:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:26:57 +0300 |
commit | efeb84b086052aeefd9d190a4a0676b8a81b651c (patch) | |
tree | 9643135eddf409c7dc8b0545046bc76a44521ec2 /src/CMakeLists.txt | |
parent | 8b94ceca60560fd06f60359492c47684eda57e5c (diff) | |
download | plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.gz plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.bz2 plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.xz plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.zip |
Move inputtype into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2fc02e2f1..ec0837df3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -753,6 +753,7 @@ SET(SRCS textcommand.h input/inputmanager.cpp input/inputmanager.h + input/inputtype.h events/inputevent.h input/joystick.cpp input/joystick.h |