mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
MxMediaPresenter vtable (#189)
* Add vtables for MxMediaPresenter * remove comments and fix override
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user