MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / runGame

Function runGame

Source/Main.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94 void runGame()
95 {
96 initilize();
97 loadConfig();
98
99 Application app;
100 app.runMainGameLoop();
101 }
102}
103
104/*

Callers 1

mainFunction · 0.85

Calls 3

initilizeFunction · 0.85
loadConfigFunction · 0.85
runMainGameLoopMethod · 0.80

Tested by

no test coverage detected