mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Beta matching MxOmniCreateFlags (#817)
* Beta matching MxOmniCreateFlags * Add newlines and swap order * Add newline
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <windows.h>
|
||||
|
||||
// VTABLE: LEGO1 0x100dc218
|
||||
// VTABLE: BETA10 0x101c1ca8
|
||||
class MxOmniCreateParam : public MxParam {
|
||||
public:
|
||||
MxOmniCreateParam(
|
||||
@@ -18,13 +19,16 @@ public:
|
||||
MxOmniCreateFlags p_flags
|
||||
);
|
||||
|
||||
// FUNCTION: BETA10 0x10092cb0
|
||||
MxOmniCreateFlags& CreateFlags() { return this->m_createFlags; }
|
||||
|
||||
const MxString& GetMediaPath() const { return m_mediaPath; }
|
||||
const HWND GetWindowHandle() const { return m_windowHandle; }
|
||||
MxVideoParam& GetVideoParam() { return m_videoParam; }
|
||||
const MxVideoParam& GetVideoParam() const { return m_videoParam; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100b0a70
|
||||
// SYNTHETIC: BETA10 0x10132740
|
||||
// MxOmniCreateParam::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
@@ -35,6 +39,7 @@ private:
|
||||
};
|
||||
|
||||
// SYNTHETIC: ISLE 0x4014b0
|
||||
// SYNTHETIC: BETA10 0x10132780
|
||||
// MxOmniCreateParam::~MxOmniCreateParam
|
||||
|
||||
#endif // MXOMNICREATEPARAM_H
|
||||
|
Reference in New Issue
Block a user