From b8e720a33502700b42569f152d63badd26d4a9b3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Nov 2011 21:43:37 +0300 Subject: Refactoring in spritedef after last commit. Add missing checks. --- src/resources/spritedef.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/resources/spritedef.h') diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 9b60ae2ff..3aa6369dd 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -29,6 +29,7 @@ #include #include +#include #include #include @@ -182,11 +183,12 @@ class SpriteDef : public Resource typedef std::map ImageSets; typedef ImageSets::iterator ImageSetIterator; - - typedef std::map*> Actions; + typedef std::map ActionMap; + typedef std::map Actions; ImageSets mImageSets; Actions mActions; + std::set mProcessedFiles; }; #endif // SPRITEDEF_H -- cgit v1.2.3-60-g2f50