4 lines
93 B
C
4 lines
93 B
C
|
|
#ifdef USE_STB_TRUETYPE
|
||
|
|
#define STB_TRUETYPE_IMPLEMENTATION
|
||
|
|
#include "stb_truetype.h"
|
||
|
|
#endif
|