mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
13
LEGO1/mxrect32.h
Normal file
13
LEGO1/mxrect32.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef MXRECT32_H
|
||||
#define MXRECT32_H
|
||||
|
||||
class MxRect32
|
||||
{
|
||||
public:
|
||||
int m_left;
|
||||
int m_top;
|
||||
int m_right;
|
||||
int m_bottom;
|
||||
};
|
||||
|
||||
#endif // MXRECT32_H
|
Reference in New Issue
Block a user