diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 15:45:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 15:45:29 +0300 |
commit | 45753eaadc1fe9adc53f366c2a049199690ffb93 (patch) | |
tree | e79993f205934a48a19a6673365764dc36561d58 /src/CMakeLists.txt | |
parent | 7f97219905c2ad4ffcf9a36a019bf43ad4f0f93b (diff) | |
download | plus-45753eaadc1fe9adc53f366c2a049199690ffb93.tar.gz plus-45753eaadc1fe9adc53f366c2a049199690ffb93.tar.bz2 plus-45753eaadc1fe9adc53f366c2a049199690ffb93.tar.xz plus-45753eaadc1fe9adc53f366c2a049199690ffb93.zip |
Move emotesprite 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 a00277521..0dee9f08c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -535,6 +535,7 @@ SET(SRCS resources/dyecolor.h resources/dyepalette.cpp resources/dyepalette.h + resources/emotesprite.h resources/db/emotedb.cpp resources/db/emotedb.h resources/fboinfo.h |