Skip to content

Commit

Permalink
wrap in #if macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jan 4, 2024
1 parent 016aa6b commit 5bcd653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flixel/addons/system/macros/FlxAddonDefines.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package flixel.addons.system.macros;

#if macro
import haxe.macro.Compiler;
import haxe.macro.Context;
import haxe.macro.Expr.Position;
Expand Down Expand Up @@ -60,3 +61,4 @@ class FlxAddonDefines
Context.fatalError(message, pos);
}
}
#end

0 comments on commit 5bcd653

Please sign in to comment.