diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 18:30:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 19:52:14 +0300 |
commit | c08c64a1fa6c7198817af294329230951f282c7c (patch) | |
tree | 2883813ad2435821b2e8127940225392385f9a9f /src/CMakeLists.txt | |
parent | 24ec5d49e0f4e642578f5acaf8765b352353d572 (diff) | |
download | plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.gz plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.bz2 plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.xz plus-c08c64a1fa6c7198817af294329230951f282c7c.zip |
Move emoteshortcutconsts.h into const directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 791d7d650..f5434822f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -900,7 +900,7 @@ SET(SRCS effectmanager.h emoteshortcut.cpp emoteshortcut.h - emoteshortcutconsts.h + const/emoteshortcut.h equipment.h eventsmanager.cpp eventsmanager.h |