COMMON: Restructuring how ApplicationSupport path is calculated and putting in Icons subdirectory

This commit is contained in:
Thunderforge 2022-06-30 13:21:42 -05:00 committed by Eugene Sandulenko
parent 5ee9618c15
commit 3e1d4ae9ce
3 changed files with 16 additions and 9 deletions

View file

@ -30,5 +30,6 @@ Common::U32String getTextFromClipboardMacOSX();
bool setTextInClipboardMacOSX(const Common::U32String &text);
Common::String getDesktopPathMacOSX();
Common::String getResourceAppBundlePathMacOSX();
Common::String getAppSupportPathMacOSX();
#endif