diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 6e2f1405c..ea9e3aef6 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -25,6 +25,8 @@ #include "utils/xml.h" +#include "localconsts.h" + class Animation; class Graphics; class Image; @@ -35,7 +37,7 @@ struct Frame; * This class is a leightweight alternative to the AnimatedSprite class. * It hosts a looping animation without actions and directions. */ -class SimpleAnimation +class SimpleAnimation final { public: /** |