Skip to content

Commit d3216d5

Browse files
committed
add import.hx
1 parent 7eb09fa commit d3216d5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/import.hx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)