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

Function CreateMap

src/engine/shared/map.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205extern std::unique_ptr<IMap> CreateMap()
206{
207 return std::make_unique<CMap>();
208}

Callers 5

OnConsoleInitMethod · 0.85
OnInitMethod · 0.85
OnInitMethod · 0.85
LoadMethod · 0.85
CGameContextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected