view include/sys/osx/filesystem.h @ 213:58e81b42a0d6

dep/animia: win/x11: find toplevels WAY faster completely different approach. oops!
author Paper <mrpapersonic@gmail.com>
date Sun, 07 Jan 2024 11:11:27 -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