isle/LEGO1/mxdsevent.h
2023-06-23 17:18:53 -07:00

11 lines
123 B
C++

#ifndef MXDSEVENT_H
#define MXDSEVENT_H
class MxDSEvent
{
public:
const char* GetClassName();
};
#endif // MXDSEVENT_H