We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb09fa commit d3216d5Copy full SHA for d3216d5
src/import.hx
@@ -0,0 +1,23 @@
1
+// Copyright (c) 2025 Andrés E. G.
2
+//
3
+// This software is licensed under the MIT License.
4
+// See the LICENSE file for more details.
5
+
6
+#if !macro
7
+package src;
8
9
+import sys.io.File;
10
+import sys.FileSystem;
11
+import src.SlushiUtils;
12
+import src.Main;
13
+import src.JsonFile;
14
+import src.compilers.NXLinker;
15
+import src.compilers.HaxeCompiler;
16
+import src.compilers.MainCompiler;
17
+import src.utils.Defines;
18
+import src.utils.DevKitProUtils;
19
20
+import src.JsonFile.HaxeConfig;
21
+import src.JsonFile.SwitchConfig;
22
+import src.JsonFile.JsonStruct;
23
+#end
0 commit comments