medfall

A super great game engine
Log | Files | Refs

commit 9569cab05acbab7265789a651a6db859f9e6be19
parent 8d92ad0f208dcc7a6c53daae84b2cbd41b62c069
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri,  2 Aug 2019 16:35:56 +0300

Fix stb_truetype update

Diffstat:
Mlibs/stb/stb_truetype.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libs/stb/stb_truetype.cc b/libs/stb/stb_truetype.cc @@ -1,3 +1,4 @@ #define STB_TRUETYPE_IMPLEMENTATION #define STB_RECT_PACK_IMPLEMENTATION +#include "stb_rect_pack.h" #include "stb_truetype.h"