diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 13:30:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 13:30:47 +0300 |
commit | fba4289e53447a09dcf82211e2dab3563e2581f1 (patch) | |
tree | 5157ff0f3009c55826dbcf22aa9c9bcade38e920 /src/statuseffect.cpp | |
parent | 61f191a878e9ef122300dcadfbdf7cd255327862 (diff) | |
download | plus-fba4289e53447a09dcf82211e2dab3563e2581f1.tar.gz plus-fba4289e53447a09dcf82211e2dab3563e2581f1.tar.bz2 plus-fba4289e53447a09dcf82211e2dab3563e2581f1.tar.xz plus-fba4289e53447a09dcf82211e2dab3563e2581f1.zip |
Move spriteaction into separate file.
Diffstat (limited to 'src/statuseffect.cpp')
-rw-r--r-- | src/statuseffect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp index 3128e82c8..88c0ac495 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -32,6 +32,7 @@ #include "particle/particle.h" #include "resources/beingcommon.h" +#include "resources/spriteaction.h" #include <map> |