Define this too
This commit is contained in:
parent
37ff8cb66f
commit
ad5d78b63e
|
@ -27,6 +27,7 @@
|
|||
#define STB_TRUETYPE_IMPLEMENTATION
|
||||
#define STB_RECT_PACK_IMPLEMENTATION
|
||||
#define STBTT_STATIC
|
||||
#define STBRP_STATIC
|
||||
#define static static INLINE
|
||||
#include "../../deps/stb/stb_rect_pack.h"
|
||||
#include "../../deps/stb/stb_truetype.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef STB_TRUETYPE_IMPLEMENTATION
|
||||
#define STB_TRUETYPE_IMPLEMENTATION
|
||||
#define STB_RECT_PACK_IMPLEMENTATION
|
||||
#define STBRP_STATIC
|
||||
#define STBTT_STATIC
|
||||
#define STBRP_STATIC
|
||||
#define static static INLINE
|
||||
#include "../../deps/stb/stb_rect_pack.h"
|
||||
|
|
Loading…
Reference in New Issue