mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
9 lines
91 B
C++
9 lines
91 B
C++
#ifndef MXENTITY_H
|
|
#define MXENTITY_H
|
|
|
|
class MxEntity
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXENTITY_H
|