ios export dir support
This commit is contained in:
parent
55ca7ed09f
commit
4575f184a5
5 changed files with 50 additions and 37 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#define IOS_FONTS_PATH "../Library/Fonts"
|
||||
#define IOS_PREFERENCES_PATH "../Library/Application Support/TuxPaint"
|
||||
#define IOS_PICTURES_PATH "../Documents"
|
||||
|
||||
|
||||
const char *apple_fontsPath(void)
|
||||
|
|
@ -44,3 +45,9 @@ const char *apple_globalPreferencesPath(void)
|
|||
{
|
||||
return IOS_PREFERENCES_PATH;
|
||||
}
|
||||
|
||||
|
||||
const char *apple_picturesPath(void)
|
||||
{
|
||||
return IOS_PICTURES_PATH;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue