Mercurial > minori
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/include/sys/osx/filesystem.h Sat Aug 12 13:10:34 2023 -0400 @@ -0,0 +1,7 @@ +#ifndef __sys__osx__filesystem_h +#define __sys__osx__filesystem_h +#include <string> +namespace osx { + std::string GetApplicationSupportDirectory(); +} +#endif // __sys__osx__filesystem_h \ No newline at end of file