Refactor native Matrix3, Vector2, Rectangle types

This commit is contained in:
Joshua Granick
2018-06-19 10:23:43 -07:00
parent fb6014e668
commit f0579fb450
14 changed files with 164 additions and 240 deletions

View File

@@ -18,7 +18,7 @@ namespace lime {
int height;
int offsetX;
int offsetY;
HL_Rectangle* rect;
Rectangle* rect;
/*ImageType*/ int type;
int version;
int width;