rename to stb_image_resize.h

This commit is contained in:
Sean Barrett
2014-08-18 09:12:59 -07:00
parent eb0781fda0
commit 6ef563d089
5 changed files with 1720 additions and 1725 deletions

View File

@ -1,11 +1,5 @@
#ifdef _WIN32
#define STBR_ASSERT(x) \
if (!(x)) \
__debugbreak();
#endif
#define STB_RESAMPLE_IMPLEMENTATION
#define STB_RESAMPLE_STATIC
#include "stb_resample.h"
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#define STB_IMAGE_RESIZE_STATIC
#include "stb_image_resize.h"
// Just to make sure it will build properly with a c compiler