Support image export

This commit is contained in:
Ray
2018-09-17 17:06:58 +02:00
parent ec5c9686b3
commit f503fded67
3 changed files with 5 additions and 2 deletions

View File

@@ -108,7 +108,7 @@
#if defined(SUPPORT_IMAGE_EXPORT)
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "external/stb_image_write.h" // Required for: stbi_write_bmp(), stbi_write_png()
#include "external/stb_image_write.h" // Required for: stbi_write_*()
#endif
#if defined(SUPPORT_IMAGE_MANIPULATION)