Mac OS X additions - loading of fonts from user's Fonts directory, rearrangement of files in XCode project.

This commit is contained in:
Martin Fuhrer 2005-01-08 19:41:05 +00:00
parent 4ffabe2d15
commit 25d52d3aa7
6 changed files with 1701 additions and 502 deletions

View file

@ -14,6 +14,7 @@ struct WrapperDataStruct
{
char dataPath[2048]; // path to data folder inside application bundle
char preferencesPath[2048]; // path to the user's preferences folder
char fontsPath[2048]; // path to the user's fonts folder
int foundSDL; // was SDL.framework found?
int foundSDL_image; // was SDL_image.framework found?
int foundSDL_mixer; // was SDL_mixer.framework found?