diff options
Diffstat (limited to 'src/PlatformUtils-posix.cc')
-rw-r--r-- | src/PlatformUtils-posix.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/PlatformUtils-posix.cc b/src/PlatformUtils-posix.cc new file mode 100644 index 0000000..7ed6735 --- /dev/null +++ b/src/PlatformUtils-posix.cc @@ -0,0 +1,7 @@ +#include "PlatformUtils.h" + +std::string PlatformUtils::documentsPath() +{ + // FIXME: Implement + return ""; +} |