Mac OS X additions - loading of fonts from user's Fonts directory, rearrangement of files in XCode project.
This commit is contained in:
parent
4ffabe2d15
commit
25d52d3aa7
6 changed files with 1701 additions and 502 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue