summaryrefslogtreecommitdiff
path: root/src/cguittfont/xCGUITTFont.h
diff options
context:
space:
mode:
authorIlya Zhuravlev <zhuravlevilya@ya.ru>2013-02-03 16:19:09 +0400
committerPilzAdam <PilzAdam@gmx.de>2013-02-14 18:46:08 +0100
commit30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6 (patch)
treeb3dca27a7051ae57214c5f3c880eca8cf634b73e /src/cguittfont/xCGUITTFont.h
parentdf3c925b3ccae3bdba125e6dc3ecc740739baeab (diff)
downloadminetest-30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6.tar.gz
minetest-30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6.tar.bz2
minetest-30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6.zip
Add Freetype support
Diffstat (limited to 'src/cguittfont/xCGUITTFont.h')
-rw-r--r--src/cguittfont/xCGUITTFont.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cguittfont/xCGUITTFont.h b/src/cguittfont/xCGUITTFont.h
new file mode 100644
index 000000000..c3efe7f6f
--- /dev/null
+++ b/src/cguittfont/xCGUITTFont.h
@@ -0,0 +1,7 @@
+// A wrapper header to avoid hack with gcc and modifying
+// the CGUITTFont files.
+
+#include <algorithm>
+#include <stddef.h>
+#include "irrUString.h"
+#include "CGUITTFont.h"