Isle
Loading...
Searching...
No Matches
mxomnicreateparam.cpp
Go to the documentation of this file.
1#include "mxomnicreateparam.h"
2
3#include "decomp.h"
4
6
7// FUNCTION: LEGO1 0x100b0b00
8// FUNCTION: BETA10 0x10130b6b
10 const char* p_mediaPath,
11 struct HWND__* p_windowHandle,
12 MxVideoParam& p_vparam,
13 MxOmniCreateFlags p_flags
14)
15{
16 this->m_mediaPath = p_mediaPath;
17 this->m_windowHandle = (HWND) p_windowHandle;
18 this->m_videoParam = p_vparam;
19 this->m_createFlags = p_flags;
20}
[AI] Stores creation flags for initializing core LEGO Island engine subsystems.
[AI] Encapsulates parameters required to initialize the core Omni engine.
[AI] Video parameter configuration for display and rendering, encapsulates resolution,...
Definition: mxvideoparam.h:14
#define DECOMP_SIZE_ASSERT(T, S)
Definition: decomp.h:19