isle-portable/lib/mxcore.h
2023-04-29 20:39:19 -07:00

14 lines
134 B
C++

#ifndef MXCORE_H
#define MXCORE_H
class MxCore
{
public:
virtual ~MxCore();
private:
unsigned int m_id;
};
#endif // MXCORE_H