Mercurial > minori
view 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 source
#ifndef __sys__osx__filesystem_h #define __sys__osx__filesystem_h #include <string> namespace osx { bool GetApplicationSupportDirectory(std::string& result); } #endif // __sys__osx__filesystem_h