Initial node.js support

This commit is contained in:
Joshua Granick
2014-11-09 12:05:44 -08:00
56 changed files with 1011 additions and 674 deletions

View File

@@ -18,6 +18,9 @@ namespace lime {
static AutoGCRoot* callback;
virtual int Exec () = 0;
virtual void Init () = 0;
virtual int Quit () = 0;
virtual bool Update () = 0;
};