summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-01-18 20:04:39 +0000
committerDavid Athay <ko2fan@gmail.com>2009-01-18 20:04:39 +0000
commit4ca64dd439555cb7dcddc34108e0d935cd5824da (patch)
tree47b88ca20906387bc001d5108e30463259f50427 /src
parent93f60007c1b5c203b71d32551278351385ea2bee (diff)
downloadMana-4ca64dd439555cb7dcddc34108e0d935cd5824da.tar.gz
Mana-4ca64dd439555cb7dcddc34108e0d935cd5824da.tar.bz2
Mana-4ca64dd439555cb7dcddc34108e0d935cd5824da.tar.xz
Mana-4ca64dd439555cb7dcddc34108e0d935cd5824da.zip
Updated some apple specific code
Diffstat (limited to 'src')
-rw-r--r--src/gui/truetypefont.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h
index e8617c7d..14203277 100644
--- a/src/gui/truetypefont.h
+++ b/src/gui/truetypefont.h
@@ -26,7 +26,11 @@
#include <guichan/font.hpp>
#include <guichan/graphics.hpp>
+#ifndef __APPLE__
#include <SDL/SDL_ttf.h>
+#else
+#include <SDL_ttf.h>
+#endif
/**
* A wrapper around SDL_ttf for allowing the use of TrueType fonts.