GAF Library
Generic Animation Format
Main Page
Classes
Files
File List
All
Classes
Functions
Pages
GAFAnimationFrame.h
1
#pragma once
2
3
#ifndef __GAF_ANIMATION_FRAME__
4
#define __GAF_ANIMATION_FRAME__
5
6
#include "cocoa/CCObject.h"
7
8
namespace
cocos2d
9
{
10
class
CCDictionary;
11
class
CCArray;
12
}
13
14
class
GAFTextureAtlas
;
15
16
using namespace
cocos2d;
17
18
class
GAFAnimationFrame
:
public
CCObject
19
{
20
public
:
21
GAFAnimationFrame
();
22
~
GAFAnimationFrame
();
23
//static GAFAnimationFrame * create(CCDictionary * aDictionary, GAFTextureAtlas * aTextureAtlas);
24
//bool init(CCDictionary * aDictionary, GAFTextureAtlas * aTextureAtlas);
25
CCArray * objectStates();
26
void
setObjectStates(CCArray * states);
27
private
:
28
CCArray * _initialInstructions;
29
CCArray * _objectsStates;
30
};
31
32
#endif // __GAF_ANIMATION_FRAME__
GAFTextureAtlas
Definition:
GAFTextureAtlas.h:17
GAFAnimationFrame
Definition:
GAFAnimationFrame.h:18
Generated on Thu Jan 9 2014 17:36:45 for GAF Library by
1.8.6