GAF Library
Generic Animation Format
Main Page
Classes
Files
File List
All
Classes
Functions
Pages
GAFAnimationSequence.h
1
#pragma once
2
3
#ifndef __GAF_ANIMATION_SEQUENCE_H__
4
#define __GAF_ANIMATION_SEQUENCE_H__
5
6
class
GAFAnimationSequence
7
{
8
public
:
9
std::string name;
10
int
startFrameNo;
11
int
endFrameNo;
12
inline
int
length()
const
13
{
14
return
endFrameNo - startFrameNo;
15
}
16
};
17
18
#endif // __GAF_ANIMATION_SEQUENCE_H__
GAFAnimationSequence
Definition:
GAFAnimationSequence.h:6
Generated on Wed May 28 2014 16:38:50 for GAF Library by
1.8.6