move override macro to compat.h

This commit is contained in:
itsmattkc
2023-07-12 14:12:03 -07:00
parent 67115e32d3
commit f707af34db
5 changed files with 15 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
#include <string.h>
#include "compat.h"
#include "mxtypes.h"
class MxParam;
@@ -14,8 +15,8 @@ class MxCore
public:
__declspec(dllexport) MxCore();
__declspec(dllexport) virtual ~MxCore(); // vtable+00
__declspec(dllexport) virtual MxLong Notify(MxParam &p); // vtable+04
virtual MxLong Tickle(); // vtable+08
__declspec(dllexport) virtual MxResult Notify(MxParam &p); // vtable+04
virtual MxResult Tickle(); // vtable+08
// OFFSET: LEGO1 0x100144c0
inline virtual const char *ClassName() const // vtable+0c