isle/LEGO1/mxdsevent.h
2023-06-27 16:06:10 -07:00

12 lines
141 B
C++

#ifndef MXDSEVENT_H
#define MXDSEVENT_H
#include "mxdsmediaaction.h"
class MxDSEvent : public MxDSMediaAction
{
};
#endif // MXDSEVENT_H