diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 796b77946..572a7704c 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -26,10 +26,11 @@ #include "utils/xml.h" class Animation; -class Frame; class Graphics; class Image; +struct Frame; + /** * This class is a leightweight alternative to the AnimatedSprite class. * It hosts a looping animation without actions and directions. |