diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-31 21:33:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 21:49:21 +0300 |
commit | 8a999b66fd697404c6640778a6dd1ce0e747334a (patch) | |
tree | b9d16368acff30878f28264286b1b8be8b01b168 /src/commands.h | |
parent | b310c51796d1632aeefc834dc0e931c52f909a41 (diff) | |
download | plus-8a999b66fd697404c6640778a6dd1ce0e747334a.tar.gz plus-8a999b66fd697404c6640778a6dd1ce0e747334a.tar.bz2 plus-8a999b66fd697404c6640778a6dd1ce0e747334a.tar.xz plus-8a999b66fd697404c6640778a6dd1ce0e747334a.zip |
move input related files into input dir.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index fea21e3c7..8308bd5f1 100644 --- a/src/commands.h +++ b/src/commands.h @@ -24,7 +24,8 @@ #define COMMANDS_H #include "playerrelations.h" -#include "keydata.h" + +#include "input/keydata.h" #include <string> |