Merge branch 'resources' (closes #29)

This commit is contained in:
ouwou
2021-07-25 23:00:16 -04:00
15 changed files with 143 additions and 17 deletions

View File

@@ -85,6 +85,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);