isle-portable/LEGO1/omni/include/mxscheduler.h
Christian Semmler 7d36abda90
Updates from isledecomp/isle (#5)
* Style refactor omni/system components (#974)

* Style refactor omni/system components

* Fix

* Fix

* Update
2024-05-30 21:23:21 +02:00

14 lines
194 B
C++

#ifndef MXSCHEDULER_H
#define MXSCHEDULER_H
#include "mxtypes.h"
class MxScheduler {
public:
static MxScheduler* GetInstance();
void StartMultiTasking(MxULong);
};
#endif // MXSCHEDULER_H