Try and clear up GC issues (requires clean build)

This commit is contained in:
Joshua Granick
2016-09-26 14:25:32 -07:00
parent 1c5ca75b67
commit eb11502ecd
24 changed files with 522 additions and 177 deletions

View File

@@ -22,6 +22,7 @@ namespace lime {
unsigned char *Data ();
const unsigned char *Data () const;
int Length () const;
void ReadFile (const char* path);
void Resize (int size);
void Set (value bytes);
void Set (const QuickVec<unsigned char> data);