27 void init(
int width,
int height,
int scale = 1);
bool exit
When set to true, exits the main loop.
void print_info()
Prints information about the core module.
void init(int width, int height, int scale=1)
Initializes the core module.
void update()
Updates core module functionality.