Mercurial > minori
comparison include/sys/osx/filesystem.h @ 15:cde8f67a7c7d
*: update, megacommit :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Tue, 19 Sep 2023 22:36:08 -0400 |
| parents | 5c0397762b53 |
| children | 8548dc425697 |
comparison
equal
deleted
inserted
replaced
| 14:a29c9402faf0 | 15:cde8f67a7c7d |
|---|---|
| 1 #ifndef __sys__osx__filesystem_h | 1 #ifndef __sys__osx__filesystem_h |
| 2 #define __sys__osx__filesystem_h | 2 #define __sys__osx__filesystem_h |
| 3 | |
| 3 #include <string> | 4 #include <string> |
| 5 | |
| 4 namespace osx { | 6 namespace osx { |
| 7 | |
| 5 std::string GetApplicationSupportDirectory(); | 8 std::string GetApplicationSupportDirectory(); |
| 9 | |
| 6 } | 10 } |
| 11 | |
| 7 #endif // __sys__osx__filesystem_h | 12 #endif // __sys__osx__filesystem_h |
