view src/include/sys/osx/filesystem.h @ 5:51ae25154b70

Fix OS X support code
author Paper <mrpapersonic@gmail.com>
date Sat, 12 Aug 2023 13:10:34 -0400
parents
children
line wrap: on
line source

#ifndef __sys__osx__filesystem_h
#define __sys__osx__filesystem_h
#include <string>
namespace osx {
	std::string GetApplicationSupportDirectory();
}
#endif // __sys__osx__filesystem_h