Add in-line constructor of MxPresenter

This commit is contained in:
Anonymous Maarten 2023-06-30 03:24:29 +02:00
parent 8766856b18
commit 37173d4882
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,9 @@
#include "mxpresenter.h"
#include "decomp.h"
DECOMP_STATIC_ASSERT(sizeof(MxPresenter) == 64);
// OFFSET: LEGO1 0x1000bee0 STUB
void MxPresenter::DoneTickle()
{

View File

@ -5,20 +5,17 @@
#include "mxcriticalsection.h"
#include "decomp.h"
class MxStreamController;
class MxDSAction;
#ifndef undefined4
#define undefined4 int
#endif
#ifndef undefined
#define undefined int
#endif
class MxPresenter : public MxCore
{
public:
MxPresenter() {
Init();
}
__declspec(dllexport) virtual ~MxPresenter(); // vtable+0x0
// OFFSET: LEGO1 0x1000bfe0