mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Add in-line constructor of MxPresenter
This commit is contained in:
parent
8766856b18
commit
37173d4882
@ -1,5 +1,9 @@
|
|||||||
#include "mxpresenter.h"
|
#include "mxpresenter.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_STATIC_ASSERT(sizeof(MxPresenter) == 64);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000bee0 STUB
|
// OFFSET: LEGO1 0x1000bee0 STUB
|
||||||
void MxPresenter::DoneTickle()
|
void MxPresenter::DoneTickle()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5,20 +5,17 @@
|
|||||||
|
|
||||||
#include "mxcriticalsection.h"
|
#include "mxcriticalsection.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
class MxStreamController;
|
class MxStreamController;
|
||||||
class MxDSAction;
|
class MxDSAction;
|
||||||
|
|
||||||
#ifndef undefined4
|
|
||||||
#define undefined4 int
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef undefined
|
|
||||||
#define undefined int
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class MxPresenter : public MxCore
|
class MxPresenter : public MxCore
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
MxPresenter() {
|
||||||
|
Init();
|
||||||
|
}
|
||||||
__declspec(dllexport) virtual ~MxPresenter(); // vtable+0x0
|
__declspec(dllexport) virtual ~MxPresenter(); // vtable+0x0
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000bfe0
|
// OFFSET: LEGO1 0x1000bfe0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user