Funkin/source/funkin/import.hx

15 lines
352 B
Haxe
Raw Normal View History

package;
2022-01-26 14:19:57 -05:00
#if !macro
// Only import these when we aren't in a macro.
import funkin.Paths;
2022-01-26 14:19:57 -05:00
import flixel.FlxG; // This one in particular causes a compile error if you're using macros.
// These are great.
using Lambda;
using StringTools;
2023-01-22 19:55:30 -05:00
using funkin.util.tools.MapTools;
using funkin.util.tools.IteratorTools;
using funkin.util.tools.StringTools;
2022-01-26 14:19:57 -05:00
#end