1 #ifndef __SSLOADER_SSPJ__
2 #define __SSLOADER_SSPJ__
6 #include "ssarchiver.h"
57 typedef std::vector<SsAnimePack*> SsAnimePackList;
58 typedef std::vector<SsAnimePack*>::iterator SsAnimePackListItr;
60 typedef std::vector<SsCellMap*> SsSsCellMapList;
61 typedef std::vector<SsCellMap*>::iterator SsSsCellMapListItr;
79 SsString m_proj_filepath;
101 SsAnimation* findAnimation( SsString& animePackName , SsString& AnimeName );
103 SsAnimePack* findAnimationPack( SsString& animePackName );
121 void setFilepath(
const SsString& path ) { m_proj_filepath = path; }
132 SsString getImageBasepath();
159 static SsProject* Load(
const std::string& filename );