MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / compressLvlStr

Method compressLvlStr

Source/GJGameLevel.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::string GJGameLevel::compressLvlStr(std::string decompressedLvlStr, int gdLevelID) {
135 // ax::ZipUtils::
136 // std::string compressed_data = gzip::compress(decompressedLvlStr.c_str(), decompressedLvlStr.size());
137
138 // return compressed_data;
139
140 return decompressedLvlStr;
141}
142
143std::string GJGameLevel::getDifficultySprite(GJGameLevel* level, DifficultyType type)
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected