LibCore: Add a standard path for application data

This commit is contained in:
Timothy Flynn 2022-12-05 12:46:53 -05:00 committed by Andreas Kling
commit 49d74ee288
Notes: sideshowbarker 2024-07-17 23:07:41 +09:00
2 changed files with 19 additions and 0 deletions

View file

@ -18,6 +18,7 @@ public:
static DeprecatedString downloads_directory();
static DeprecatedString tempfile_directory();
static DeprecatedString config_directory();
static DeprecatedString data_directory();
};
}