OPTPiX SpriteStudio SDK
|
#include "sstypes.h"
#include "ssarchiver.h"
#include "ssstring_uty.h"
#include "ssloader_ssae.h"
#include "ssloader_ssce.h"
#include "ssloader_ssee.h"
#include "ssloader_ssqe.h"
#include <memory>
#include <utility>
Go to the source code of this file.
Classes | |
class | spritestudio6::SsProjectSetting |
class | spritestudio6::SsProject |
class | spritestudio6::ssloader_sspj |
sspjのローダークラスです。 More... | |
Namespaces | |
namespace | spritestudio6 |
Macros | |
#define | SPRITESTUDIO6_SSPJVERSION "2.00.00" |
Typedefs | |
typedef std::vector< std::unique_ptr< SsAnimePack > > | spritestudio6::SsAnimePackList |
typedef SsAnimePackList::iterator | spritestudio6::SsAnimePackListItr |
typedef std::vector< std::unique_ptr< SsCellMap > > | spritestudio6::SsSsCellMapList |
typedef SsSsCellMapList::iterator | spritestudio6::SsSsCellMapListItr |
typedef std::vector< std::unique_ptr< SsEffectFile > > | spritestudio6::SsEffectFileList |
typedef SsEffectFileList::iterator | spritestudio6::SsEffectFileListItr |
typedef std::vector< std::unique_ptr< SsSequencePack > > | spritestudio6::SsSequencePackList |
typedef SsSequencePackList::iterator | spritestudio6::SsSequencePackListItr |
#define SPRITESTUDIO6_SSPJVERSION "2.00.00" |