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