diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:54:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:54:10 +0300 |
commit | 859b5eea1557debd49f3c82a0a302216812a3b27 (patch) | |
tree | 84687efd85eb047cf3f1ff0e0116f8e214c53638 /src/CMakeLists.txt | |
parent | de4b5860924bc3b9267edcce6cf2417cd30f8eb1 (diff) | |
download | plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.gz plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.bz2 plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.xz plus-859b5eea1557debd49f3c82a0a302216812a3b27.zip |
Move options for move input settings page into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 639536e56..980691e95 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -445,6 +445,8 @@ SET(SRCS input/pages/chat.h input/pages/emotes.cpp input/pages/emotes.h + input/pages/move.cpp + input/pages/move.h input/pages/other.cpp input/pages/other.h input/pages/outfits.cpp |