mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement MxOmni::Create (#182)
* implement mxomni::create, and match MxStreamController::Open * Use enum for mxparam type * Fix return type * Match MxOmni::Notify * Remove unused variable * Added override keywords --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define MXEVENTMANAGER_H
|
||||
|
||||
#include "mxmediamanager.h"
|
||||
#include "decomp.h"
|
||||
|
||||
// VTABLE 0x100dc900
|
||||
// SIZE 0x2c
|
||||
@@ -10,7 +11,7 @@ class MxEventManager : public MxMediaManager
|
||||
public:
|
||||
MxEventManager();
|
||||
virtual ~MxEventManager() override;
|
||||
|
||||
virtual MxResult vtable0x28(undefined4 p_unknown1, MxU8 p_unknown2); // vtable+28
|
||||
private:
|
||||
void Init();
|
||||
};
|
||||
|
Reference in New Issue
Block a user