ui: Streamline region selection in different views

Fixes #660
This commit is contained in:
WerWolv
2022-08-07 12:20:40 +02:00
parent edfac4ef60
commit f62ca307b0
13 changed files with 76 additions and 44 deletions

View File

@@ -139,4 +139,5 @@ namespace ImGui {
void HideTooltip();
bool BitCheckbox(const char* label, bool* v);
}