summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/abaddon.hpp b/abaddon.hpp
index 92485fb..0fb4f1f 100644
--- a/abaddon.hpp
+++ b/abaddon.hpp
@@ -84,13 +84,17 @@ public:
static std::string GetCSSPath();
static std::string GetResPath();
+ static std::string GetStateCachePath();
static std::string GetCSSPath(const std::string &path);
static std::string GetResPath(const std::string &path);
+ static std::string GetStateCachePath(const std::string &path);
protected:
void ShowGuildVerificationGateDialog(Snowflake guild_id);
void SetupUserMenu();
+ void SaveState();
+ void LoadState();
Snowflake m_shown_user_menu_id;
Snowflake m_shown_user_menu_guild_id;