mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 13:41:15 +00:00
Run clang-format
This commit is contained in:
parent
f5540b02c3
commit
bb1b6d2e0c
@ -15,12 +15,8 @@ class MxVideoParam {
|
||||
public:
|
||||
__declspec(dllexport) MxVideoParam();
|
||||
__declspec(dllexport) MxVideoParam(MxVideoParam& p_videoParam);
|
||||
__declspec(dllexport) MxVideoParam(
|
||||
MxRect32& p_rect,
|
||||
MxPalette* p_palette,
|
||||
MxULong p_backBuffers,
|
||||
MxVideoParamFlags& p_flags
|
||||
);
|
||||
__declspec(dllexport)
|
||||
MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags);
|
||||
__declspec(dllexport) MxVideoParam& operator=(const MxVideoParam& p_videoParam);
|
||||
__declspec(dllexport) ~MxVideoParam();
|
||||
__declspec(dllexport) void SetDeviceName(char* p_deviceId);
|
||||
|
||||
@ -21,12 +21,7 @@ MxVideoParam::MxVideoParam()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100beca0
|
||||
MxVideoParam::MxVideoParam(
|
||||
MxRect32& p_rect,
|
||||
MxPalette* p_palette,
|
||||
MxULong p_backBuffers,
|
||||
MxVideoParamFlags& p_flags
|
||||
)
|
||||
MxVideoParam::MxVideoParam(MxRect32& p_rect, MxPalette* p_palette, MxULong p_backBuffers, MxVideoParamFlags& p_flags)
|
||||
{
|
||||
this->m_rect = p_rect;
|
||||
this->m_palette = p_palette;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user