2022-01-26 19:19:57 +00:00
|
|
|
#if !macro
|
|
|
|
// Only import these when we aren't in a macro.
|
2022-03-08 08:13:53 +00:00
|
|
|
import funkin.Paths;
|
2022-01-26 19:19:57 +00:00
|
|
|
import flixel.FlxG; // This one in particular causes a compile error if you're using macros.
|
|
|
|
|
|
|
|
#end
|