(String[] args)
| 14 | public class Main { |
| 15 | |
| 16 | public static void main(String[] args) { |
| 17 | GuiBase.setInterface(new GuiMobile(Files.exists(Paths.get("./res"))?"./":"../forge-gui/")); |
| 18 | GuiBase.setDeviceInfo(null, 0, System.getProperty("user.home") + "/Downloads/"); |
| 19 | new EditorMainWindow(Config.instance()); |
| 20 | } |
| 21 | } |
nothing calls this directly
no test coverage detected