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 6448427..202abaa 100644 --- a/src/PlatformUtils.h +++ b/src/PlatformUtils.h @@ -6,6 +6,7 @@ namespace PlatformUtils { std::string documentsPath(); + std::string libraryPath(); } |