UI Cleanup + Fixed waterfall zoom bug

This commit is contained in:
Ryzerth
2021-08-31 18:39:48 +02:00
parent ec6a258958
commit 22acf33c01
31 changed files with 163 additions and 214 deletions

View File

@ -12,4 +12,8 @@ namespace style {
void beginDisabled();
void endDisabled();
void testtt();
}
namespace ImGui {
void LeftLabel(char* text);
}