Funkin/source/import.hx
2022-01-26 14:19:57 -05:00

6 lines
172 B
Haxe

#if !macro
// Only import these when we aren't in a macro.
import Paths;
import flixel.FlxG; // This one in particular causes a compile error if you're using macros.
#end