forked from pyrite-dev/milsko
4 lines
84 B
C
4 lines
84 B
C
|
|
#ifdef USE_STB_IMAGE
|
||
|
|
#define STB_IMAGE_IMPLEMENTATION
|
||
|
|
#include "stb_image.h"
|
||
|
|
#endif
|