Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ GameEngine
Method
GameEngine
src/engine/GameEngine.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
const float DRAW_DISTANCE = 100.0f;
26
27
GameEngine::GameEngine()
28
: m_DefaultRenderSystem(*this)
29
{
30
}
31
32
GameEngine::~GameEngine()
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected