mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
initial commit
This commit is contained in:
25
lib/mxomnicreateparam.h
Normal file
25
lib/mxomnicreateparam.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef MXOMNICREATEPARAM_H
|
||||
#define MXOMNICREATEPARAM_H
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
#include "mxomnicreateflags.h"
|
||||
#include "mxstring.h"
|
||||
#include "mxvideoparam.h"
|
||||
|
||||
class MxOmniCreateParam
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) MxOmniCreateParam(const char *mediaPath, struct HWND__ *windowHandle, MxVideoParam &vparam, MxOmniCreateFlags flags);
|
||||
|
||||
virtual void vtable00();
|
||||
|
||||
private:
|
||||
MxString m_mediaPath;
|
||||
HWND m_windowHandle;
|
||||
MxVideoParam m_videoParam;
|
||||
MxOmniCreateFlags m_createFlags;
|
||||
|
||||
};
|
||||
|
||||
#endif // MXOMNICREATEPARAM_H
|
Reference in New Issue
Block a user