isle-portable/LEGO1/mxparam.h
vMidz 23b9d47e8a
implement EndAction (#196)
* implement EndAction

implement EndAction
+offsets commenets

* Refactor MxParam/MxNotificationParam

* Add correct address for destructor

* Make MxNoticiationParam more concise

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2023-10-10 13:05:04 -04:00

10 lines
109 B
C++

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