diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 15:21:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 15:21:11 +0300 |
commit | ad3ee95f90bfd368a511407c13718b900e44be0f (patch) | |
tree | f3f41b9802d684d784b7cef05e0d6ae2383b5e5b /src/CMakeLists.txt | |
parent | fba4289e53447a09dcf82211e2dab3563e2581f1 (diff) | |
download | plus-ad3ee95f90bfd368a511407c13718b900e44be0f.tar.gz plus-ad3ee95f90bfd368a511407c13718b900e44be0f.tar.bz2 plus-ad3ee95f90bfd368a511407c13718b900e44be0f.tar.xz plus-ad3ee95f90bfd368a511407c13718b900e44be0f.zip |
Move spritedirection 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 e4c60fa76..22afcb8ed 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -600,6 +600,7 @@ SET(SRCS resources/spriteaction.h resources/spritedef.h resources/spritedef.cpp + resources/spritedirection.h resources/spritedisplay.h resources/spritereference.h resources/subimage.cpp |