view include/sys/osx/filesystem.h @ 234:8ccf0302afb1

dep/animia: convert xlib code to xcb I'm not *entirely* sure if this will work correctly for everything, but it works fine enough
author Paper <mrpapersonic@gmail.com>
date Tue, 16 Jan 2024 08:08:42 -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