mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00:00
7 lines
172 B
Haxe
7 lines
172 B
Haxe
#if !macro
|
|
// Only import these when we aren't in a macro.
|
|
import Paths;
|
|
import flixel.FlxG; // This one in particular causes a compile error if you're using macros.
|
|
|
|
#end
|