// WELCOME!! This is THE PROGRAM YOU ARE LOOKING FOR. !7 !include early #1033540 // include GazelleHost early for flags like PingV3 sS windowTitle = "November Gazelle v1"; sS progIDForAutoUpdate = #1033525; sbool pingSourceStrictMode; static GazelleHost host; static GazelleV client; static ThreadPool threadPool; !include early #1033526 // GazelleV p { loadableUtils.utils.__setJavaX(x30.class); standaloneInit(); ping_v3_setPingSourceMaker(-> { System.out.println("pingSourceMaker"); if (pingSourceStrictMode) fail("Strict mode - make a ping source first!!"); }); threadPool = new ThreadPool(findIntArg cores(args, numberOfCores())); print(threadPool); threadPool.verbose = true; PingSource ps = new(threadPool, print("Starting Gazelle")); ps.do(-> { System.out.println("Pinging"); ping(); //if (true) fail("error test"); print("Pinged"); programID = progIDForAutoUpdate; host = new GazelleHost(threadPool, -> { new GazelleV g; g.threadPool = threadPool(); ret client = g; }); host.windowTitle = windowTitle; host.run(args); }); print("aha."); }