MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / MapDataSet

Method MapDataSet

src/Ruleset/MapDataSet.cpp:37–39  ·  view source on GitHub ↗

* MapDataSet construction. */

Source from the content-addressed store, hash-verified

35 * MapDataSet construction.
36 */
37MapDataSet::MapDataSet(const std::string &name) : _name(name), _objects(), _surfaceSet(0), _loaded(false)
38{
39}
40
41/**
42 * MapDataSet destruction.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected