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
@@ -4,6 +4,7 @@
|
||||
class MxRect32
|
||||
{
|
||||
public:
|
||||
MxRect32() { }
|
||||
MxRect32(int p_left, int p_top, int p_right, int p_bottom)
|
||||
{
|
||||
this->m_left = p_left;
|
||||
|
Reference in New Issue
Block a user