diff options
Diffstat (limited to 'src/cguittfont/xCGUITTFont.cpp')
-rw-r--r-- | src/cguittfont/xCGUITTFont.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cguittfont/xCGUITTFont.cpp b/src/cguittfont/xCGUITTFont.cpp new file mode 100644 index 000000000..c51922e4c --- /dev/null +++ b/src/cguittfont/xCGUITTFont.cpp @@ -0,0 +1,5 @@ +// A wrapper source file to avoid hack with gcc and modifying +// the CGUITTFont files. + +#include "xCGUITTFont.h" +#include "CGUITTFont.cpp" |