view include/sys/osx/filesystem.h @ 214:8d35061e7505

dep/animia: win/x11: simplify getting strings
author Paper <mrpapersonic@gmail.com>
date Sun, 07 Jan 2024 11:19:28 -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