mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Implement/match MxMediaPresenter::EndAction (#276)
* Bootstrap MxMediaPresenter * Implement/match MxMediaPresenter::EndAction * Merge * Remove garbage
This commit is contained in:
committed by
GitHub
parent
8861acaf20
commit
8a1422f13e
@@ -8,6 +8,7 @@
|
||||
#include "mxomni.h"
|
||||
#include "mxpoint32.h"
|
||||
|
||||
class MxCompositePresenter;
|
||||
class MxStreamController;
|
||||
|
||||
// VTABLE 0x100d4d38
|
||||
@@ -75,14 +76,15 @@ public:
|
||||
|
||||
protected:
|
||||
__declspec(dllexport) void Init();
|
||||
void SendTo_unkPresenter(MxOmni*);
|
||||
TickleState m_currentTickleState; // 0x8
|
||||
MxU32 m_previousTickleStates; // 0x0c
|
||||
MxPoint32 m_location; // 0x10
|
||||
MxS32 m_displayZ; // 0x18
|
||||
MxDSAction* m_action; // 0x1c
|
||||
MxCriticalSection m_criticalSection; // 0x20
|
||||
MxPresenter* m_unkPresenter; // 0x3c
|
||||
void SendToCompositePresenter(MxOmni*);
|
||||
|
||||
TickleState m_currentTickleState; // 0x8
|
||||
MxU32 m_previousTickleStates; // 0x0c
|
||||
MxPoint32 m_location; // 0x10
|
||||
MxS32 m_displayZ; // 0x18
|
||||
MxDSAction* m_action; // 0x1c
|
||||
MxCriticalSection m_criticalSection; // 0x20
|
||||
MxCompositePresenter* m_compositePresenter; // 0x3c
|
||||
};
|
||||
|
||||
const char* PresenterNameDispatch(const MxDSAction&);
|
||||
|
||||
Reference in New Issue
Block a user