diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-13 05:15:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-13 05:15:35 (GMT) |
commit | 78baae599b6c0fbe058071c98ebc541ed66fd030 (patch) | |
tree | ce7bfa13ca4897a8bff68365a3c58a4433754db7 /src/PlatformUtils.h | |
parent | ada0609b9cb338fc14f1822f9a94fe9e0af95d67 (diff) |
Adapted wil1471's pull request #385 to master
Diffstat (limited to 'src/PlatformUtils.h')
-rw-r--r-- | src/PlatformUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PlatformUtils.h b/src/PlatformUtils.h index 18dd5fa..57ee468 100644 --- a/src/PlatformUtils.h +++ b/src/PlatformUtils.h @@ -8,6 +8,8 @@ namespace PlatformUtils { std::string documentsPath(); std::string libraryPath(); bool createLibraryPath(); + std::string backupPath(); + bool createBackupPath(); std::string info(); } |