mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-01 15:10:50 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@305 b9cfdab3-6d41-4d17-bbe4-086880011989
6 lines
95 B
C
6 lines
95 B
C
/* $Id$ */
|
|
#ifdef USE_STB_IMAGE
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "stb_image.h"
|
|
#endif
|