Green Sky
3cd551098b
git-subtree-dir: external/stb/stb git-subtree-split: c39c7023ebb833ce099750fe35509aca5662695e
7 lines
154 B
C
7 lines
154 B
C
#ifdef __clang__
|
|
#define STBIWDEF static inline
|
|
#endif
|
|
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
#define STB_IMAGE_WRITE_STATIC
|
|
#include "stb_image_write.h" |