diff options
Diffstat (limited to 'src/graphic/spriteset.h')
-rw-r--r-- | src/graphic/spriteset.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/graphic/spriteset.h b/src/graphic/spriteset.h index 6132330d..2f4e50ca 100644 --- a/src/graphic/spriteset.h +++ b/src/graphic/spriteset.h @@ -25,7 +25,9 @@ #define _TMW_SPRITESET_H #include <vector> -#include "../resources/image.h" + +class Image; + /** * Stores a complete set of sprites. |