diff options
Diffstat (limited to 'src/PlatformUtils.h')
-rw-r--r-- | src/PlatformUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlatformUtils.h b/src/PlatformUtils.h index 089b3ca..18dd5fa 100644 --- a/src/PlatformUtils.h +++ b/src/PlatformUtils.h @@ -8,7 +8,7 @@ namespace PlatformUtils { std::string documentsPath(); std::string libraryPath(); bool createLibraryPath(); - + std::string info(); } #endif |