Node highlighting.
[oweals/minetest.git] / src / guiChatConsole.h
index 5991157b276bc06003f8c5b4c6bbc622655fd2bd..2bf45fdf4704becfb955e56be09db2da8c8a5e9c 100644 (file)
@@ -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
 };