MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getMapReader

Method getMapReader

radiantcore/map/format/Doom3MapFormat.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58IMapReaderPtr Doom3MapFormat::getMapReader(IMapImportFilter& filter) const
59{
60 return IMapReaderPtr(new Doom3MapReader(filter));
61}
62
63IMapWriterPtr Doom3MapFormat::getMapWriter() const
64{

Callers 2

loadMethod · 0.45
importFromStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected