V-Gears 0
Free Final Fantasy VII engine.
VGearsTile.h File Reference
#include <Ogre.h>
#include "common/TypeDefine.h"
Include dependency graph for VGearsTile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VGears::KeyFrame
 A tile key frame. More...
 
struct  VGears::Animation
 A tile animation. More...
 
struct  VGears::Tile
 A tile. More...
 

Namespaces

namespace  VGears
 

Typedefs

typedef std::vector< KeyFrame > VGears::KeyFrameList
 
typedef std::map< String, Animation > VGears::AnimationMap
 

Enumerations

enum  VGears::Blending { VGears::B_ALPHA , VGears::B_ADD , VGears::B_SUBTRACT }