X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FguiChatConsole.h;h=2bf45fdf4704becfb955e56be09db2da8c8a5e9c;hb=58e6d25e033c76dc91aaac18fdeda92ac23fe0e1;hp=5991157b276bc06003f8c5b4c6bbc622655fd2bd;hpb=3af90db5b51da0c37f77fe6410e488c8c27acd67;p=oweals%2Fminetest.git 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 };