![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include <OgrePlatform.h>
#include <OgreString.h>
Go to the source code of this file.
Classes | |
struct | VGears::ColorComponents |
Color components. More... | |
union | VGears::ColorA8R8G8B8 |
struct | VGears::Pixel |
Pixel coordinates. More... | |
Namespaces | |
namespace | VGears |
Typedefs | |
typedef Ogre::uint8 | u8 |
typedef Ogre::uint16 | u16 |
typedef Ogre::uint32 | u32 |
typedef Ogre::int8 | s8 |
typedef Ogre::int16 | s16 |
typedef Ogre::int32 | s32 |
typedef Ogre::uchar | VGears::uchar |
typedef Ogre::uint8 | VGears::uint8 |
typedef Ogre::uint16 | VGears::uint16 |
typedef Ogre::uint32 | VGears::uint32 |
typedef Ogre::int8 | VGears::sint8 |
typedef Ogre::int16 | VGears::sint16 |
typedef Ogre::int32 | VGears::sint32 |
typedef Ogre::String | VGears::String |
Variables | |
const String | VGears::EXT_MATERIAL |
Extension for material files. More... | |
const String | VGears::EXT_MESH |
Extension for mesh files. More... | |
const String | VGears::EXT_SKELETON |
Extension for skeleton files. More... | |
const String | VGears::EXT_CONFIG |
Extension for configuration files. More... | |
const String | VGears::EXT_LOG |
Extension for log files. More... | |
const String | VGears::EXT_P |
Extension for P files. More... | |
const String | VGears::EXT_PLY |
Extension for PLY files. More... | |
const String | VGears::EXT_RSD |
Exteesion for RSD files. More... | |
const String | VGears::EXT_TIM |
Extension for TIM files. More... | |
const String | VGears::EXT_TEX |
Extension for TEX files. More... | |
const String | VGears::EXT_TRIGGERS |
Extension for trigger files. More... | |
const String | VGears::EXT_BACKGROUND |
Extension for background files. More... | |
const String | VGears::EXT_CAMERA_MATRIX |
Extension for cam matrix files. More... | |
const String | VGears::EXT_MODEL_LIST |
Extension for model list files. More... | |
const String | VGears::EXT_PALETTE |
Extension for palette files. More... | |
const String | VGears::EXT_WALKMESH |
Extension for walkmesh files. More... | |
typedef Ogre::int16 s16 |
typedef Ogre::int32 s32 |
typedef Ogre::int8 s8 |
typedef Ogre::uint16 u16 |
typedef Ogre::uint32 u32 |
typedef Ogre::uint8 u8 |