mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +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 "decomp.h"
|
||||
|
||||
DECOMP_STATIC_ASSERT(sizeof(MxPresenter) == 64);
|
||||
|
||||
// OFFSET: LEGO1 0x1000bee0 STUB
|
||||
void MxPresenter::DoneTickle()
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user