annotate include/sys/osx/filesystem.h @ 188:168382a89b21
time: static assert time_t
author |
Paper <mrpapersonic@gmail.com> |
date |
Wed, 06 Dec 2023 13:44:36 -0500 (15 months ago) |
parents |
cde8f67a7c7d |
children |
8548dc425697 |
rev |
line source |
5
|
1 #ifndef __sys__osx__filesystem_h
|
|
2 #define __sys__osx__filesystem_h
|
15
|
3
|
5
|
4 #include <string>
|
15
|
5
|
5
|
6 namespace osx {
|
15
|
7
|
9
|
8 std::string GetApplicationSupportDirectory();
|
15
|
9
|
5
|
10 }
|
15
|
11
|
5
|
12 #endif // __sys__osx__filesystem_h |