galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
ZLib.hpp File Reference
#include <miniz.h>
#include "galaxy/core/Settings.hpp"
+ Include dependency graph for ZLib.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  galaxy::math::ZLib
 Compressor and Decompressor. More...
 

Namespaces

namespace  galaxy
 Timer.hpp galaxy.
 
namespace  galaxy::math
 

Macros

#define MINIZ_HEADER_FILE_ONLY
 ZLib.hpp galaxy.
 

Functions

std::string galaxy::math::encode_zlib (const std::string &input)
 Compresses string into ZLib.
 
std::string galaxy::math::decode_zlib (const std::string &input)
 Decompresses string into ZLib.
 

Macro Definition Documentation

◆ MINIZ_HEADER_FILE_ONLY

#define MINIZ_HEADER_FILE_ONLY

ZLib.hpp galaxy.

Refer to LICENSE.txt for more details.

Definition at line 11 of file ZLib.hpp.