Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 193:0ad2507c3e60 | 194:8548dc425697 |
|---|---|
| 3 | 3 |
| 4 #include <string> | 4 #include <string> |
| 5 | 5 |
| 6 namespace osx { | 6 namespace osx { |
| 7 | 7 |
| 8 std::string GetApplicationSupportDirectory(); | 8 bool GetApplicationSupportDirectory(std::string& result); |
| 9 | 9 |
| 10 } | 10 } |
| 11 | 11 |
| 12 #endif // __sys__osx__filesystem_h | 12 #endif // __sys__osx__filesystem_h |
