diff options
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index d59ef4e..fe380c8 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -88,6 +88,16 @@ namespace ui { } +enum ImGuiCol_Extensions +{ + ImGuiCol_Extensions_Start = ImGuiCol_COUNT, + + ImGuiCol_LoadingIndicatorBg, + ImGuiCol_LoadingIndicatorFg, + ImGuiCol_OrderItemTableRowFinal, + ImGuiCol_OrderItemTableRowCurrency, +}; + namespace ImGui { void StyleCustom(); |
