move stb zlib compressor to extensions folder
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
#include "FontAtlasGeneratorBase.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include <zlib.h>
|
||||
#include "Extensions/STBZlibCompressor.hpp"
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#define STBI_MSC_SECURE_CRT
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#define STBIW_ZLIB_COMPRESS OpenVulkano::Utils::STBZlibCompressor
|
||||
#define STBIW_ZLIB_COMPRESS Extensions::STBZlibCompressor
|
||||
#include <stb_image_write.h>
|
||||
|
||||
namespace OpenVulkano::Scene
|
||||
|
||||
Reference in New Issue
Block a user