MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cOriginalMap

Method cOriginalMap

Source/Map/Original.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "stdafx.hpp"
24
25cOriginalMap::cOriginalMap(tSharedBuffer pMapFile, tSharedBuffer pSptFile, const bool pCF2) {
26
27 load(pMapFile, pSptFile, pCF2);
28}
29
30void cOriginalMap::saveHeader() {
31 uint16* Map = (uint16*)mData->data();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected