diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-13 19:34:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-13 19:34:10 +0300 |
commit | 685f380c622178ec8dea189ae94e1a4513f3c9f3 (patch) | |
tree | 21f92a33f0db017748f2e954135fcd2f90c31665 /src/simpleanimation.h | |
parent | d0cebb6e0e1ea10dc1d8a2a7670ac9e7e4663417 (diff) | |
download | plus-685f380c622178ec8dea189ae94e1a4513f3c9f3.tar.gz plus-685f380c622178ec8dea189ae94e1a4513f3c9f3.tar.bz2 plus-685f380c622178ec8dea189ae94e1a4513f3c9f3.tar.xz plus-685f380c622178ec8dea189ae94e1a4513f3c9f3.zip |
Fix warnings in clang compilation.
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. |