Progress on HL bindings

This commit is contained in:
Joshua Granick
2018-05-24 19:05:19 -07:00
parent 2fe10275e3
commit d0b9e00c0f
9 changed files with 80 additions and 13 deletions

View File

@@ -5,6 +5,7 @@
#include <hl.h>
#include <hx/CFFI.h>
#include <graphics/ImageBuffer.h>
#include <math/Rectangle.h>
namespace lime {
@@ -18,11 +19,12 @@ namespace lime {
int height;
int offsetX;
int offsetY;
HL_Rectangle* rect;
/*ImageType*/ int type;
int version;
int width;
// double x;
// double y;
double x;
double y;
};