V-Gears 0
Free Final Fantasy VII engine.
SaveMap::WindowColor Struct Reference

Contains the window colours, grouped by corner. More...

#include <SaveMap.h>

Collaboration diagram for SaveMap::WindowColor:

Classes

struct  Corner
 Each corner of the window. More...
 

Public Attributes

Corner top_left
 Top left corner. More...
 
Corner top_right
 Top right corner. More...
 
Corner bottom_left
 Bottom left corner. More...
 
Corner bottom_right
 Bottom right corner. More...
 

Detailed Description

Contains the window colours, grouped by corner.

12 bytes.

Member Data Documentation

◆ bottom_left

Corner SaveMap::WindowColor::bottom_left

Bottom left corner.

3 bytes.

◆ bottom_right

Corner SaveMap::WindowColor::bottom_right

Bottom right corner.

3 bytes.

◆ top_left

Corner SaveMap::WindowColor::top_left

Top left corner.

3 bytes.

◆ top_right

Corner SaveMap::WindowColor::top_right

Top right corner.

3 bytes.


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