Putting miniz into its own C++ namespace to fix clashes

This commit is contained in:
Rich Geldreich
2021-03-13 09:52:35 -05:00
parent 2f2965992b
commit b5334deb8a
3 changed files with 8 additions and 13 deletions

View File

@@ -19,6 +19,8 @@
#define MINIZ_NO_ZLIB_APIS
#include "basisu_miniz.h"
using namespace buminiz;
#define BASISU_USE_STB_IMAGE_RESIZE_FOR_MIPMAP_GEN 0
#define DEBUG_CROP_TEXTURE_TO_64x64 (0)
#define DEBUG_RESIZE_TEXTURE (0)