mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-26 14:41:49 +01:00
Update to ImAnim 1.0.0
This commit is contained in:
parent
bedc572d0a
commit
452ae48da0
5 changed files with 12 additions and 2 deletions
1
external/cimanim/cimanim.cpp
vendored
1
external/cimanim/cimanim.cpp
vendored
|
|
@ -26,6 +26,7 @@ CIMGUI_API void c_iam_get_custom_ease(iam_ease_fn* pOut, int slot) { *pOut = i
|
|||
|
||||
// Debug UI
|
||||
CIMGUI_API void c_iam_show_unified_inspector(bool* p_open) { iam_show_unified_inspector(p_open); }
|
||||
CIMGUI_API void c_iam_show_debug_timeline(ImGuiID instance_id) { iam_show_debug_timeline(instance_id); }
|
||||
|
||||
// Performance Profiler
|
||||
CIMGUI_API void c_iam_profiler_enable(bool enable) { iam_profiler_enable(enable); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue