#pragma once #include struct XStrZlibWithSimpleCipherUtil { static std::string Encrypt( const char * str ); static std::string Decrypt( const char * str ); };