GameConfig

Game initialization information.

Members

Variables

background
Color!ubyte background;

Window background.

functionPerThread
size_t functionPerThread;
Undocumented in source.
icon
string icon;

Icon path.

maxThreads
size_t maxThreads;
Undocumented in source.
positionWindowX
int positionWindowX;

Window position x-axis.

positionWindowY
int positionWindowY;

Window position y-axis.

windowHeight
uint windowHeight;

Window height.

windowTitle
string windowTitle;

Window title.

windowWidth
uint windowWidth;

Window width.

Meta