isle/LEGO1/mxomnicreateparambase.h
Anonymous Maarten 3c82bfbc5f Implement the MxOmniCreateParamBase destructor inline
Because of this, ISLE should no longer have to compile mxomnicreateparambase.obj.
I didn't modify isle.mak, because I don't have the MSVC 4.20 GUI set-up.
2023-06-15 23:33:05 +02:00

15 lines
239 B
C++

#ifndef MXOMNICREATEPARAMBASE_H
#define MXOMNICREATEPARAMBASE_H
// FIXME: Clearly not its real name
class MxOmniCreateParamBase
{
public:
~MxOmniCreateParamBase() {
}
virtual void vtable00(){}
};
#endif // MXOMNICREATEPARAMBASE_H