1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/import.hx

7 lines
172 B
Haxe
Raw Normal View History

2022-01-26 19:19:57 +00:00
#if !macro
// Only import these when we aren't in a macro.
2021-06-23 08:15:44 +00:00
import 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