mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
lego: implement/match MxVideoParam exported functions (#36)
Co-authored-by: itsmattkc <itsmattkc@gmail.com>
This commit is contained in:

committed by
GitHub

parent
749a1f419b
commit
a0fac56d4c
@@ -20,16 +20,12 @@ public:
|
||||
inline MxVideoParamFlags &flags() { return m_flags; }
|
||||
|
||||
private:
|
||||
int m_left;
|
||||
int m_top;
|
||||
int m_right;
|
||||
int m_bottom;
|
||||
MxRect32 m_rect;
|
||||
MxPalette *m_palette;
|
||||
int m_backBuffers;
|
||||
unsigned int m_backBuffers;
|
||||
MxVideoParamFlags m_flags;
|
||||
int m_unk1c;
|
||||
char *m_deviceId;
|
||||
|
||||
};
|
||||
|
||||
#endif // MXVIDEOPARAM_H
|
||||
|
Reference in New Issue
Block a user