2023-01-22 22:25:45 -05:00
|
|
|
package;
|
|
|
|
|
2022-01-26 14:19:57 -05:00
|
|
|
#if !macro
|
|
|
|
// Only import these when we aren't in a macro.
|
2022-03-08 03:13:53 -05:00
|
|
|
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.
|
|
|
|
|
2022-12-17 15:19:42 -05:00
|
|
|
// These are great.
|
|
|
|
using Lambda;
|
|
|
|
using StringTools;
|
2023-06-16 17:37:56 -04:00
|
|
|
using funkin.util.tools.ArrayTools;
|
2022-12-17 15:19:42 -05:00
|
|
|
using funkin.util.tools.IteratorTools;
|
2023-06-16 17:37:56 -04:00
|
|
|
using funkin.util.tools.MapTools;
|
2022-12-17 15:19:42 -05:00
|
|
|
using funkin.util.tools.StringTools;
|
2022-01-26 14:19:57 -05:00
|
|
|
#end
|