milsko/external/image.c

5 lines
95 B
C
Raw Normal View History

/* $Id$ */
#ifdef USE_STB_IMAGE
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#endif