Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
namespace obe::Modes
8
{
9
void startGame()
10
{
11
Engine::Engine engine;
12
engine.init();
13
engine.run();
14
}
15
} // namespace obe::Modes
Callers
1
main
Function · 0.85
Calls
2
init
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected