summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-06-30 18:15:03 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-06-30 18:15:03 -0400
commit698ec52d5c056f3584c46e67b199adcfba9f8d2e (patch)
tree3b48df8eed852c2f4ecbdbcaaff9bf29d16f7b50 /abaddon.hpp
parent220aa6d13a9cb12687139305c6f68eb9cf6f73a1 (diff)
downloadabaddon-portaudio-698ec52d5c056f3584c46e67b199adcfba9f8d2e.tar.gz
abaddon-portaudio-698ec52d5c056f3584c46e67b199adcfba9f8d2e.zip
try loading resources from share, fallback to cwd
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp5
1 files changed, 5 insertions, 0 deletions
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);