|
PolyVox
0.3.0-dev
Open source voxel management library
|
#include "PolyVoxCore/MinizCompressor.h"#include "PolyVoxCore/Impl/Utility.h"#include "PolyVoxCore/Impl/ErrorHandling.h"#include "PolyVoxCore/Impl/miniz.c"#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | PolyVox |
| Main namespace. | |
Macros | |
| #define | MINIZ_NO_STDIO |
| #define | MINIZ_NO_ARCHIVE_APIS |
| #define | MINIZ_NO_TIME |
| #define | MINIZ_NO_ZLIB_APIS |
| #define | MINIZ_NO_ZLIB_COMPATIBLE_NAMES |
| #define | MINIZ_NO_MALLOC |
| #define MINIZ_NO_ARCHIVE_APIS |
Definition at line 8 of file MinizCompressor.cpp.
| #define MINIZ_NO_MALLOC |
Definition at line 12 of file MinizCompressor.cpp.
| #define MINIZ_NO_STDIO |
Definition at line 7 of file MinizCompressor.cpp.
| #define MINIZ_NO_TIME |
Definition at line 9 of file MinizCompressor.cpp.
| #define MINIZ_NO_ZLIB_APIS |
Definition at line 10 of file MinizCompressor.cpp.
| #define MINIZ_NO_ZLIB_COMPATIBLE_NAMES |
Definition at line 11 of file MinizCompressor.cpp.
1.8.2