Finish implementating C++ Image operations

This commit is contained in:
Joshua Granick
2015-07-21 11:09:35 -07:00
parent fadc285209
commit 905e384ca2
5 changed files with 66 additions and 106 deletions

View File

@@ -23,7 +23,6 @@ namespace lime {
int height;
int offsetX;
int offsetY;
bool transparent;
int width;
private: