Better HL support, HelloWorld running in software

This commit is contained in:
Joshua Granick
2018-06-07 17:06:36 -07:00
parent 742406c0cc
commit ebda41a737
35 changed files with 1152 additions and 393 deletions

View File

@@ -4,6 +4,7 @@
#include <hl.h>
#include <hx/CFFI.h>
#include <system/ValuePointer.h>
namespace lime {
@@ -30,8 +31,8 @@ namespace lime {
public:
static AutoGCRoot* callback;
static AutoGCRoot* eventObject;
static ValuePointer* callback;
static ValuePointer* eventObject;
ApplicationEvent ();