diff options
Diffstat (limited to 'platform.hpp')
-rw-r--r-- | platform.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform.hpp b/platform.hpp index cde1cb4..e321d4e 100644 --- a/platform.hpp +++ b/platform.hpp @@ -5,4 +5,5 @@ namespace Platform { bool SetupFonts(); std::string FindResourceFolder(); std::string FindConfigFile(); +std::string FindStateCacheFolder(); } |