5 lines
104 B
C
5 lines
104 B
C
|
|
/* $Id$ */
|
||
|
|
#ifdef USE_STB_TRUETYPE
|
||
|
|
#define STB_TRUETYPE_IMPLEMENTATION
|
||
|
|
#include "stb_truetype.h"
|
||
|
|
#endif
|