mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 22:34:36 +00:00
15 lines
352 B
Haxe
15 lines
352 B
Haxe
package;
|
|
|
|
#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.
|
|
|
|
// These are great.
|
|
using Lambda;
|
|
using StringTools;
|
|
using funkin.util.tools.MapTools;
|
|
using funkin.util.tools.IteratorTools;
|
|
using funkin.util.tools.StringTools;
|
|
#end
|