MetaCore/third_party/stb/stb_image_impl.cpp

8 lines
203 B
C++

// stb_image 实现编译单元
// 仅此一个 .cpp 文件中定义 STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define STB_DXT_IMPLEMENTATION
#include "stb_dxt.h"