diff options
Diffstat (limited to 'libs/imgui-1.92.1/imgui.h')
| -rw-r--r-- | libs/imgui-1.92.1/imgui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/imgui-1.92.1/imgui.h b/libs/imgui-1.92.1/imgui.h index a2b2a1f..29c89b9 100644 --- a/libs/imgui-1.92.1/imgui.h +++ b/libs/imgui-1.92.1/imgui.h @@ -375,6 +375,10 @@ IM_MSVC_RUNTIME_CHECKS_RESTORE namespace ImGui { + IMGUI_API void LoadingIndicatorCircle(const char* label, const float indicator_radius, + const ImVec4& main_color, const ImVec4& backdrop_color, + const int circle_count, const float speed); + // Context creation and access // - Each context create its own ImFontAtlas by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between contexts. // - DLL users: heaps and globals are not shared across DLL boundaries! You will need to call SetCurrentContext() + SetAllocatorFunctions() |
