summaryrefslogtreecommitdiff
path: root/src/guiChatConsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiChatConsole.h')
-rw-r--r--src/guiChatConsole.h4
1 files changed, 4 insertions, 0 deletions
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
};