aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
committerJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
commit76536fe24bb3b51164d4e94aebe8540b5f18f96e (patch)
tree4cc7c7f8406c80ef1b8adf7319add2509c31242b /src/text.c
parente3b248545353720090f28a6c4e8a8c8a34bb1269 (diff)
parent1bcf500ecac076892c4eac0594b997add6dcac71 (diff)
downloadraylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.tar.gz
raylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index cef0ebcb..b5f7ad0c 100644
--- a/src/text.c
+++ b/src/text.c
@@ -34,7 +34,7 @@
// Following libs are used on LoadTTF()
#define STB_TRUETYPE_IMPLEMENTATION
-#include "stb_truetype.h" // Required for: stbtt_BakeFontBitmap()
+#include "external/stb_truetype.h" // Required for: stbtt_BakeFontBitmap()
// Rectangle packing functions (not used at the moment)
//#define STB_RECT_PACK_IMPLEMENTATION