![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
World map hardcoded texture information. More...
Public Attributes | |
uint32 | id |
Texture id. More... | |
const char * | name |
Texture name. More... | |
uint32 | width |
Texture width. More... | |
uint32 | height |
Texture height. More... | |
uint32 | u |
Texture U component. More... | |
uint32 | v |
Texture V component. More... | |
World map hardcoded texture information.
uint32 VGears::HarcodedTextureInfo::height |
Texture height.
uint32 VGears::HarcodedTextureInfo::id |
Texture id.
const char* VGears::HarcodedTextureInfo::name |
Texture name.
uint32 VGears::HarcodedTextureInfo::u |
Texture U component.
uint32 VGears::HarcodedTextureInfo::v |
Texture V component.
uint32 VGears::HarcodedTextureInfo::width |
Texture width.