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
class
GAFTextureAtlas
;
7
class
GAFSubobjectState
;
8
9
class
GAFAnimationFrame
10
{
11
public
:
12
typedef
std::vector<GAFSubobjectState*> SubobjectStates_t;
13
private
:
14
SubobjectStates_t m_subObjectStates;
15
public
:
16
GAFAnimationFrame
();
17
~
GAFAnimationFrame
();
18
const
SubobjectStates_t& getObjectStates()
const
;
19
20
void
pushObjectState(
GAFSubobjectState
*);
21
};
22
23
#endif // __GAF_ANIMATION_FRAME__
GAFSubobjectState
Definition:
GAFSubobjectState.h:16
GAFTextureAtlas
Definition:
GAFTextureAtlas.h:9
GAFAnimationFrame
Definition:
GAFAnimationFrame.h:9
Generated on Wed May 28 2014 16:38:50 for GAF Library by
1.8.6