Mercurial > minori
diff src/sys/osx/filesystem.mm @ 9:5c0397762b53
INCOMPLETE: megacommit :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 10 Sep 2023 03:59:16 -0400 |
parents | 51ae25154b70 |
children | cde8f67a7c7d |
line wrap: on
line diff
--- a/src/sys/osx/filesystem.mm Sat Aug 26 03:39:34 2023 -0400 +++ b/src/sys/osx/filesystem.mm Sun Sep 10 03:59:16 2023 -0400 @@ -4,8 +4,9 @@ namespace osx { std::string GetApplicationSupportDirectory() { - NSArray* strings = NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, true); + NSArray* strings = NSSearchPathForDirectoriesInDomains( + NSApplicationSupportDirectory, NSUserDomainMask, true); return std::string([[strings objectAtIndex:0] UTF8String]); } -} \ No newline at end of file +} // namespace osx \ No newline at end of file