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

Method getSurfaceset

src/Ruleset/MapDataSet.cpp:92–95  ·  view source on GitHub ↗

* Gets the surfaces in this dataset. * @return Pointer to the surfaceset. */

Source from the content-addressed store, hash-verified

90 * @return Pointer to the surfaceset.
91 */
92SurfaceSet *MapDataSet::getSurfaceset() const
93{
94 return _surfaceSet;
95}
96
97/**
98 * Loads terrain data in XCom format (MCD & PCK files).

Callers 2

getSpriteMethod · 0.80
setPaletteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected