Funkin/source/funkin/import.hx

6 lines
179 B
Haxe

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