MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / startGame

Function startGame

src/Player/Modes/Game.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace obe::Modes
8{
9 void startGame()
10 {
11 Engine::Engine engine;
12 engine.init();
13 engine.run();
14 }
15} // namespace obe::Modes

Callers 1

mainFunction · 0.85

Calls 2

initMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected