18 #ifndef INCLUDED_COMPRESS
19 #define INCLUDED_COMPRESS
26 void CompressZLib(
const std::string& data, std::string&
out,
bool includeLengthHeader);
28 void DecompressZLib(
const std::string& data, std::string&
out,
bool includeLengthHeader);
30 #endif // INCLUDED_COMPRESS
static void out(const wchar_t *fmt,...)
void CompressZLib(const std::string &data, std::string &out, bool includeLengthHeader)
void DecompressZLib(const std::string &data, std::string &out, bool includeLengthHeader)