diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:07:59 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:07:59 (GMT) |
commit | 8a421584859ddd1347b2916601547e4ba993e5ed (patch) | |
tree | bb1d15b8e2445416152559c7d63aa7313d27a9a6 /src/PlatformUtils.h | |
parent | 30fd8b250af29c16dc25013b4aceb91cf51a7432 (diff) |
cleanups, tab fixes, remove redundant code
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(); |