diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-06-20 17:18:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 17:18:34 +0200 |
commit | 16938adfc00b3c56a7b08a9eb97160b68902bae6 (patch) | |
tree | 6e818b95c8557872e39f23c00f5a60e09f2f11bc /src/guiChatConsole.cpp | |
parent | 318106223fc7351bd879980c17ee9c4bee65a272 (diff) | |
download | minetest-16938adfc00b3c56a7b08a9eb97160b68902bae6.tar.xz |
Merge cguittfont lib in irrlicht change folder. (#6016)
* Merge cguittfont lib in irrlicht change folder.
This remove hack and static lib for FreeType
Diffstat (limited to 'src/guiChatConsole.cpp')
-rw-r--r-- | src/guiChatConsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiChatConsole.cpp b/src/guiChatConsole.cpp index ecd280f5e..7e90bf43a 100644 --- a/src/guiChatConsole.cpp +++ b/src/guiChatConsole.cpp @@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <string> #if USE_FREETYPE - #include "xCGUITTFont.h" + #include "irrlicht_changes/CGUITTFont.h" #endif inline u32 clamp_u8(s32 value) |