HL bindings

This commit is contained in:
Joshua Granick
2018-06-15 00:22:24 -07:00
parent 9fdfc84aac
commit 9e9ec78a3b
19 changed files with 678 additions and 498 deletions

View File

@@ -26,6 +26,7 @@ namespace lime {
Vector2 ();
Vector2 (double x, double y);
Vector2 (value vec);
Vector2 (HL_Vector2* vec);
vdynamic* Dynamic ();
value Value ();