MapDataHeader

Contains the very basic data for the map binary file (*.mbf).

Constructors

this
this(int sizeX, int sizeY)
Undocumented in source.

Members

Variables

flags
uint flags;

Currently unused

sizeX
int sizeX;

width of the map

sizeY
int sizeY;

Height of the map

Meta