From 698ec52d5c056f3584c46e67b199adcfba9f8d2e Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 30 Jun 2021 18:15:03 -0400 Subject: try loading resources from share, fallback to cwd --- abaddon.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'abaddon.hpp') diff --git a/abaddon.hpp b/abaddon.hpp index 1d14c33..d3b9c1c 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -86,6 +86,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); -- cgit v1.2.3