isle-portable/lib/mxrect32.h

14 lines
147 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXRECT32_H
#define MXRECT32_H
class MxRect32
{
public:
int m_left;
int m_top;
int m_right;
int m_bottom;
};
#endif // MXRECT32_H