Create a new native Bytes implementation, use it instead of ByteArray for better ByteArray and Bytes support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user