Isle
Loading...
Searching...
No Matches
mxscheduler.cpp
Go to the documentation of this file.
1#include "mxscheduler.h"
2
3// FUNCTION: LEGO1 0x100bf4f0
5{
6 // Intentionally empty
7 return 0;
8}
9
10// FUNCTION: LEGO1 0x100bf500
12{
13 // Intentionally empty
14}
[AI] Singleton class for managing and starting multitasking functionality in the system.
Definition: mxscheduler.h:8
static MxScheduler * GetInstance()
[AI] Retrieves the singleton instance of the scheduler.
Definition: mxscheduler.cpp:4
void StartMultiTasking(MxULong p_flags)
[AI] Initiates support for multitasking with the specified configuration.
Definition: mxscheduler.cpp:11
unsigned int MxULong
[AI]
Definition: mxtypes.h:93