isle-portable/lib/mxcore.h

15 lines
134 B
C
Raw Normal View History

2023-04-29 23:39:01 -04:00
#ifndef MXCORE_H
#define MXCORE_H
class MxCore
{
public:
virtual ~MxCore();
private:
unsigned int m_id;
};
#endif // MXCORE_H