MCPcopy Create free account
hub / github.com/ddnet/ddnet / CreateTestEngine

Function CreateTestEngine

src/engine/shared/engine.cpp:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116IEngine *CreateEngine(const char *pAppname, std::shared_ptr<CFutureLogger> pFutureLogger) { return new CEngine(false, pAppname, std::move(pFutureLogger)); }
117IEngine *CreateTestEngine(const char *pAppname) { return new CEngine(true, pAppname, nullptr); }

Callers 1

CTestGameWorldMethod · 0.85

Calls

no outgoing calls

Tested by 1

CTestGameWorldMethod · 0.68