isle-portable/LEGO1/mxparam.h

11 lines
109 B
C
Raw Normal View History

#ifndef MXPARAM_H
#define MXPARAM_H
class MxParam
{
public:
virtual ~MxParam() {}
};
#endif // MXPARAM_H