OPTPiX SpriteStudio SDK
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
bind_AnimePack.h
1 #ifndef __bind_ANIMEPACK__
2 #define __bind_ANIMEPACK__
3 
4 
5 #include "package_SpriteStudio.h"
6 
7 
8 
10 class SsCellMapList;
11 
13 {
14 public:
15  SsAnimePack* m_animepack;
16  SsCellMapList* m_cellmap;
17  SsProject* m_proj;
18 
20  bool debug();
21 
22  Bind_SsAnimeDecoder* getAnimeDecoderByName( const char* animename );
23  Bind_SsAnimeDecoder* getAnimeDecoderByIndex( int index );
24 
25 };
26 
27 
28 
29 #endif