#include <cerberus.h>
Public Member Functions | |
bool | loadFromFile (lua_State *L, const char *filename) |
load settings from lua file | |
Public Attributes | |
bool | fullscreen |
true for fullscreen mode | |
s32 | width |
width of screen/window | |
s32 | height |
height of screen/window | |
bool | vsync |
true for vertical synchronisation | |
u32 | screenDepth |
bits per pixel if fullscreen mode | |
size_t | driverType |
driver type (OpenGL, ...) | |
double | max_fps |
double | fps_period |
Definition at line 24 of file cerberus.h.
bool cConfiguration::loadFromFile | ( | lua_State * | L, | |
const char * | filename | |||
) |
size_t cConfiguration::driverType |
double cConfiguration::fps_period |
Definition at line 38 of file cerberus.h.
double cConfiguration::max_fps |
Definition at line 37 of file cerberus.h.