diff options
Diffstat (limited to 'abaddon.hpp')
-rw-r--r-- | abaddon.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abaddon.hpp b/abaddon.hpp index 721329d..320f621 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -79,6 +79,11 @@ public: void ManageHeapWindow(Gtk::Window *window); + static std::string GetCSSPath(); + static std::string GetResPath(); + static std::string GetCSSPath(const std::string &path); + static std::string GetResPath(const std::string &path); + protected: void ShowGuildVerificationGateDialog(Snowflake guild_id); |