diff options
Diffstat (limited to 'src/animatedsprite.cpp')
-rw-r--r-- | src/animatedsprite.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index cf5b275db..93e448cc3 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -24,6 +24,8 @@ #include "animationdelayload.h" +#include "const/resources/spriteaction.h" + #include "render/graphics.h" #include "resources/action.h" @@ -31,7 +33,6 @@ #include "resources/delayedmanager.h" #include "resources/image.h" #include "resources/resourcemanager.h" -#include "resources/spriteaction.h" #include "utils/delete2.h" |