comparison src/include/sys/osx/filesystem.h @ 5:51ae25154b70

Fix OS X support code
author Paper <mrpapersonic@gmail.com>
date Sat, 12 Aug 2023 13:10:34 -0400
parents
children
comparison
equal deleted inserted replaced
4:5af270662505 5:51ae25154b70
1 #ifndef __sys__osx__filesystem_h
2 #define __sys__osx__filesystem_h
3 #include <string>
4 namespace osx {
5 std::string GetApplicationSupportDirectory();
6 }
7 #endif // __sys__osx__filesystem_h