The System component class.
Description
Handles all misc communcation between the application and the system.
Class members
virtual ~CL_System()
static int get_time()
static void sleep(int millis)
static bool keep_alive()
static void init_display(int options=VIDEO_BACKBUFFER|DOUBLE_BUFFER)
static void init_sound()
static void init_network()
static void deinit_display()
static void deinit_sound()
static void deinit_network()
static int suspend_time
static bool time_running
static int start_pause
static void pause_time()
static void resume_time()
See Also
None
Back to index
|