Added theme system

This commit is contained in:
Ryzerth
2021-06-23 21:45:38 +02:00
parent 94fae2135d
commit 26079dba0a
21 changed files with 466 additions and 234 deletions

View File

@ -8,7 +8,7 @@ namespace style {
extern ImFont* hugeFont;
bool setDefaultStyle(std::string resDir);
bool setDarkStyle(std::string resDir);
bool loadFonts(std::string resDir);
void beginDisabled();
void endDisabled();
void testtt();