V-Gears 0
Free Final Fantasy VII engine.
Savemap::CORNER Class Reference

Window corners. More...

#include <Savemap.h>

Static Public Attributes

static const unsigned int T_L = 0
 Top left window corner. More...
 
static const unsigned int T_R = 1
 Top right window corner. More...
 
static const unsigned int B_R = 2
 Bottom right window corner. More...
 
static const unsigned int B_L = 3
 Bottom left window corner. More...
 

Detailed Description

Window corners.

Member Data Documentation

◆ B_L

const unsigned int Savemap::CORNER::B_L = 3
static

Bottom left window corner.

◆ B_R

const unsigned int Savemap::CORNER::B_R = 2
static

Bottom right window corner.

◆ T_L

const unsigned int Savemap::CORNER::T_L = 0
static

Top left window corner.

◆ T_R

const unsigned int Savemap::CORNER::T_R = 1
static

Top right window corner.


The documentation for this class was generated from the following file: