[wpigui] Add icon support

This commit is contained in:
Peter Johnson
2020-12-23 13:05:25 -08:00
parent 6b567e0066
commit 7ac39b10f7
3 changed files with 41 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ struct Context : public SavedSettings {
int fontScale = 2; // updated by main loop
std::vector<Font> fonts;
std::vector<GLFWimage> icons;
std::string iniPath = "imgui.ini";
};