More progress on bindings
This commit is contained in:
@@ -11,7 +11,7 @@ namespace lime {
|
||||
|
||||
struct HL_Rectangle {
|
||||
|
||||
hl_type* type;
|
||||
hl_type* t;
|
||||
double height;
|
||||
double width;
|
||||
double x;
|
||||
|
||||
@@ -2,12 +2,23 @@
|
||||
#define LIME_MATH_VECTOR2_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
struct HL_Vector2 {
|
||||
|
||||
hl_type* t;
|
||||
double length;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class Vector2 {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user