diff options
Diffstat (limited to 'src/PlatformUtils.h')
-rw-r--r-- | src/PlatformUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlatformUtils.h b/src/PlatformUtils.h index f718bb2..18dd5fa 100644 --- a/src/PlatformUtils.h +++ b/src/PlatformUtils.h @@ -4,6 +4,7 @@ #include <string> namespace PlatformUtils { + std::string documentsPath(); std::string libraryPath(); bool createLibraryPath(); |