MCPcopy 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

25const float DRAW_DISTANCE = 100.0f;
26
27GameEngine::GameEngine()
28 : m_DefaultRenderSystem(*this)
29{
30}
31
32GameEngine::~GameEngine()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected