diff include/sys/osx/filesystem.h @ 194:8548dc425697

sys/osx: remove all objective-c++ stuff mmmm :)
author Paper <mrpapersonic@gmail.com>
date Thu, 07 Dec 2023 03:17:05 -0500
parents cde8f67a7c7d
children
line wrap: on
line diff
--- a/include/sys/osx/filesystem.h	Thu Dec 07 01:56:39 2023 -0500
+++ b/include/sys/osx/filesystem.h	Thu Dec 07 03:17:05 2023 -0500
@@ -5,7 +5,7 @@
 
 namespace osx {
 
-std::string GetApplicationSupportDirectory();
+bool GetApplicationSupportDirectory(std::string& result);
 
 }