diff options
author | Socapex <philippe_groarke@yahoo.ca> | 2012-08-13 17:53:52 -0400 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-14 17:58:43 +0200 |
commit | 35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5 (patch) | |
tree | 50c6a195c2c16e5866dbdde6a18b6245502640f6 /src/gui | |
parent | 46a6cee5e42c2be0d47e9048111eacd7ef929768 (diff) | |
download | mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.tar.gz mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.tar.bz2 mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.tar.xz mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.zip |
Can now build using cmake on OSX
Tested-by: Frost.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/truetypefont.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h index 97fd7f08..a01e2a62 100644 --- a/src/gui/truetypefont.h +++ b/src/gui/truetypefont.h @@ -25,15 +25,11 @@ #include <guichan/font.hpp> -#ifdef __APPLE__ -#include <SDL/SDL_ttf.h> -#else #ifdef __WIN32__ #include <SDL/SDL_ttf.h> #else #include <SDL_ttf.h> #endif -#endif #include <list> #include <string> |