MCPcopy Create free account
hub / github.com/demoth/jake2 / main

Method main

qcommon/src/test/java/jake2/qcommon/TestLoadMap.java:29–35  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

27
28public class TestLoadMap {
29 public static void main(String[] args) {
30 Com.DPrintf("hello!\n");
31
32 FS.InitFilesystem();
33
34 new CM().CM_LoadMap("maps/base1.bsp", true, new int[]{0});
35 }
36}

Callers

nothing calls this directly

Calls 3

DPrintfMethod · 0.95
InitFilesystemMethod · 0.95
CM_LoadMapMethod · 0.80

Tested by

no test coverage detected