isle-portable/LEGO1/mxrect32.h
2023-05-05 02:54:17 -07:00

13 lines
147 B
C++

#ifndef MXRECT32_H
#define MXRECT32_H
class MxRect32
{
public:
int m_left;
int m_top;
int m_right;
int m_bottom;
};
#endif // MXRECT32_H