mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
24 lines
349 B
C
24 lines
349 B
C
|
#ifndef MXUNKNOWN100DC6B0_H
|
||
|
#define MXUNKNOWN100DC6B0_H
|
||
|
|
||
|
#include "mxcore.h"
|
||
|
#include "mxresult.h"
|
||
|
#include "mxcriticalsection.h"
|
||
|
|
||
|
class MxUnknown100dc6b0 : public MxCore
|
||
|
{
|
||
|
public:
|
||
|
MxUnknown100dc6b0();
|
||
|
|
||
|
MxResult Init();
|
||
|
|
||
|
private:
|
||
|
int m_unk08;
|
||
|
int m_unk0c;
|
||
|
|
||
|
protected:
|
||
|
MxCriticalSection m_criticalSection;
|
||
|
};
|
||
|
|
||
|
#endif // MXUNKNOWN100DC6B0_H
|