mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-05-19 09:31:09 -04:00
parent
4a20cf6c46
commit
b3a09dc520
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class MxPalette;
|
||||||
class MxVideoParam {
|
class MxVideoParam {
|
||||||
public:
|
public:
|
||||||
MxVideoParam();
|
MxVideoParam();
|
||||||
__declspec(dllexport)
|
DLL_EXPORT_SYMBOL
|
||||||
MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags);
|
MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags);
|
||||||
MxVideoParam(MxVideoParam& p_videoParam);
|
MxVideoParam(MxVideoParam& p_videoParam);
|
||||||
~MxVideoParam();
|
~MxVideoParam();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue