From b68e96858d2bfda440ee2e65669ddcd81dc8ada8 Mon Sep 17 00:00:00 2001 From: CharlesCatYT <62410083+CharlesCatYT@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:02:34 -0400 Subject: [PATCH] Update import.hx --- source/funkin/import.hx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/funkin/import.hx b/source/funkin/import.hx index 4ef601e8c..8a1056f36 100644 --- a/source/funkin/import.hx +++ b/source/funkin/import.hx @@ -1,4 +1,9 @@ #if !macro +import haxe.*; +import flixel.*; +import openfl.*; +import lime.*; + import funkin.backend.assets.Paths; import funkin.backend.MusicBeatState; import funkin.backend.MusicBeatSubstate;