MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / buildMiniMapTypes

Function buildMiniMapTypes

source/gamemap/MiniMap.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static const std::string MINIMAP_DRAWN_FULL = "MiniMapDrawnFull";
31
32static std::vector<std::string> buildMiniMapTypes()
33{
34 std::vector<std::string> mapTypes;
35 mapTypes.push_back(MINIMAP_CAMERA);
36 mapTypes.push_back(MINIMAP_DRAWN);
37 mapTypes.push_back(MINIMAP_DRAWN_FULL);
38 return mapTypes;
39}
40
41};
42

Callers 1

MiniMap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected