Create a new native Bytes implementation, use it instead of ByteArray for better ByteArray and Bytes support

This commit is contained in:
Joshua Granick
2015-06-19 14:10:59 -07:00
parent 3ef182f113
commit d73460da18
33 changed files with 563 additions and 258 deletions

View File

@@ -4,7 +4,7 @@
#include <hx/CFFI.h>
#include <graphics/PixelFormat.h>
#include <utils/ByteArray.h>
#include <utils/Bytes.h>
namespace lime {
@@ -24,7 +24,7 @@ namespace lime {
value Value ();
int bpp;
ByteArray *data;
Bytes *data;
PixelFormat format;
int height;
int width;