Revert "Undo mxvideoparam.h change"

This reverts commit 4a20cf6c46.
This commit is contained in:
Anonymous Maarten 2024-12-23 22:20:31 +01:00
parent 4a20cf6c46
commit b3a09dc520

View file

@ -14,7 +14,7 @@ class MxPalette;
class MxVideoParam {
public:
MxVideoParam();
__declspec(dllexport)
DLL_EXPORT_SYMBOL
MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags);
MxVideoParam(MxVideoParam& p_videoParam);
~MxVideoParam();