diff options
Diffstat (limited to 'src/PlatformUtils.h')
-rw-r--r-- | src/PlatformUtils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PlatformUtils.h b/src/PlatformUtils.h index 089b3ca..f718bb2 100644 --- a/src/PlatformUtils.h +++ b/src/PlatformUtils.h @@ -4,11 +4,10 @@ #include <string> namespace PlatformUtils { - std::string documentsPath(); std::string libraryPath(); bool createLibraryPath(); - + std::string info(); } #endif |