Mercurial > minori
view include/sys/osx/filesystem.h @ 228:d030b30526d5
config: remove unused username parameter from anilist auth
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 09 Jan 2024 08:05:36 -0500 |
parents | 8548dc425697 |
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