milsko/external/stb_image.c

4 lines
84 B
C
Raw Permalink Normal View History

#ifdef USE_STB_IMAGE
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#endif