mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
14 lines
234 B
C
14 lines
234 B
C
|
#ifndef MXOMNICREATEPARAMBASE_H
|
||
|
#define MXOMNICREATEPARAMBASE_H
|
||
|
|
||
|
// FIXME: Clearly not its real name
|
||
|
class MxOmniCreateParamBase
|
||
|
{
|
||
|
public:
|
||
|
~MxOmniCreateParamBase();
|
||
|
virtual void vtable00(){}
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // MXOMNICREATEPARAMBASE_H
|