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