Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
Calls
3
initilize
Function · 0.85
loadConfig
Function · 0.85
runMainGameLoop
Method · 0.80
Tested by
no test coverage detected