diff options
Diffstat (limited to 'src/cguittfont/xCGUITTFont.h')
-rw-r--r-- | src/cguittfont/xCGUITTFont.h | 7 |
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" |