From 2af5864534c7615aeaff7e66c4dfb9618809c173 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Sun, 4 Aug 2013 20:18:56 +0200 Subject: Make freetype usage configureable by a setting --- src/guiChatConsole.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/guiChatConsole.h') diff --git a/src/guiChatConsole.h b/src/guiChatConsole.h index 5991157b2..2bf45fdf4 100644 --- a/src/guiChatConsole.h +++ b/src/guiChatConsole.h @@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include "chat.h" +#include "config.h" class Client; @@ -121,6 +122,9 @@ private: // font gui::IGUIFont* m_font; v2u32 m_fontsize; +#if USE_FREETYPE + bool m_use_freetype; +#endif }; -- cgit v1.2.3