MxMediaPresenter vtable (#189)

* Add vtables for MxMediaPresenter

* remove comments and fix override
This commit is contained in:
Misha
2023-10-08 09:46:09 -04:00
committed by GitHub
parent 5f8bde9e48
commit 3afbf808d1
3 changed files with 68 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ class MxStreamController;
class MxPresenter : public MxCore
{
public:
enum TickleState
enum TickleState
{
TickleState_Idle = 0,
TickleState_Ready,
@@ -78,8 +78,6 @@ public:
protected:
__declspec(dllexport) void Init();
void SendTo_unkPresenter(MxOmni *);
private:
TickleState m_currentTickleState; // 0x8
MxU32 m_previousTickleStates;
MxPoint32 m_location;