mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Undo mxvideoparam.h change
This commit is contained in:
parent
a8ad005d42
commit
4a20cf6c46
@ -14,7 +14,7 @@ class MxPalette;
|
|||||||
class MxVideoParam {
|
class MxVideoParam {
|
||||||
public:
|
public:
|
||||||
MxVideoParam();
|
MxVideoParam();
|
||||||
DLL_EXPORT_SYMBOL
|
__declspec(dllexport)
|
||||||
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…
Reference in New Issue
Block a user