24void init(
int width,
int height,
int scale = 1);
void exit()
Exit the application. Sets exiting flag to true, which will cause the main loop to exit on the next u...
void print_info()
Prints information about the core module.
void init(int width, int height, int scale=1)
Initializes the core module.
void cleanup()
Cleanup resources used by the core module. Should be called on application exit.
void update()
Updates core module functionality.
bool is_exiting()
Return exiting status.