Skip to content

Commit

Permalink
Regenerate Macros.h from templates and fix namespace substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Sanderson committed Apr 28, 2021
1 parent cac2c22 commit 03d1cbe
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 133 deletions.
1 change: 1 addition & 0 deletions include/hx/GenMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class GenMacro
Reflect.setField(context, "PARAMS", params);
Reflect.setField(context, "LOCALS", locals);
Reflect.setField(context, "NS", "::");
Reflect.setField(context, "hxNS", " ::hx::");

var fixed = File.getContent("MacrosFixed.h");
fixed = fixed.split("").join("");
Expand Down
Loading

0 comments on commit 03d1cbe

Please sign in to comment.