diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 20:50:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 20:50:48 +0300 |
commit | 74165476686480cf06c19bfc8658936597b72b03 (patch) | |
tree | fe134e1a62729eabc323e1363bae287b437c6ea1 /src/CMakeLists.txt | |
parent | 4a358a9cd37d87d3efa06d4add22ac40221d28b1 (diff) | |
download | ManaVerse-74165476686480cf06c19bfc8658936597b72b03.tar.gz ManaVerse-74165476686480cf06c19bfc8658936597b72b03.tar.bz2 ManaVerse-74165476686480cf06c19bfc8658936597b72b03.tar.xz ManaVerse-74165476686480cf06c19bfc8658936597b72b03.zip |
Move frame 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 81c457984..6c1336b1e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -532,6 +532,7 @@ SET(SRCS resources/db/emotedb.cpp resources/db/emotedb.h resources/fboinfo.h + resources/frame.h resources/image.cpp resources/image.h resources/imagehelper.cpp |