mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
16 lines
253 B
C++
16 lines
253 B
C++
#ifndef MXPARAM_H
|
|
#define MXPARAM_H
|
|
|
|
// VTABLE: LEGO1 0x100d56e8
|
|
// SIZE 0x04
|
|
class MxParam {
|
|
public:
|
|
// FUNCTION: LEGO1 0x10010360
|
|
virtual ~MxParam() {}
|
|
};
|
|
|
|
// SYNTHETIC: LEGO1 0x10010370
|
|
// MxParam::`scalar deleting destructor'
|
|
|
|
#endif // MXPARAM_H
|