diff options
Diffstat (limited to 'src/libjin/Graphics/Font/je_ttf.cpp')
-rw-r--r-- | src/libjin/Graphics/Font/je_ttf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Font/je_ttf.cpp b/src/libjin/Graphics/Font/je_ttf.cpp index 72e5da9..52547c9 100644 --- a/src/libjin/Graphics/Font/je_ttf.cpp +++ b/src/libjin/Graphics/Font/je_ttf.cpp @@ -13,7 +13,7 @@ #include "je_page.h" #define STB_TRUETYPE_IMPLEMENTATION -#include "../../3rdparty/stb/stb_truetype.h" +#include "stb/stb_truetype.h" namespace JinEngine { @@ -144,7 +144,7 @@ namespace JinEngine // TTF ///////////////////////////////////////////////////////////////////////////// - #include "../shader/je_font.shader.h" + #include "../shader/shaders/je_font.shader.h" using namespace std; using namespace JinEngine::Math; |