stamps installer support for ios

stamps installer now works with ios.
This commit is contained in:
Mark Kim 2021-03-26 22:53:19 -04:00
parent e029e864c7
commit c46bd2ce51

View file

@ -8278,6 +8278,9 @@ static void load_stamps(SDL_Surface * screen)
load_stamp_dir(screen, "Resources/stamps");
load_stamp_dir(screen, "/Library/Application Support/TuxPaint/stamps");
#endif
#ifdef __IOS__
load_stamp_dir(screen, "stamps");
#endif
#ifdef WIN32
free(homedirdir);
homedirdir = get_fname("data/stamps", DIR_DATA);