diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-30 18:15:03 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-30 18:15:03 -0400 |
commit | 698ec52d5c056f3584c46e67b199adcfba9f8d2e (patch) | |
tree | 3b48df8eed852c2f4ecbdbcaaff9bf29d16f7b50 /abaddon.hpp | |
parent | 220aa6d13a9cb12687139305c6f68eb9cf6f73a1 (diff) | |
download | abaddon-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.hpp | 5 |
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); |