5 lines
95 B
C
5 lines
95 B
C
|
|
/* $Id$ */
|
||
|
|
#ifdef USE_STB_IMAGE
|
||
|
|
#define STB_IMAGE_IMPLEMENTATION
|
||
|
|
#include "stb_image.h"
|
||
|
|
#endif
|