mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 22:21: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
|
|
@ -60,6 +60,9 @@ public static unsafe partial class ImAnimNative
|
|||
[LibraryImport(LibName, EntryPoint = "c_iam_show_unified_inspector")]
|
||||
public static partial void ShowUnifiedInspector(byte* pOpen = null);
|
||||
|
||||
[LibraryImport(LibName, EntryPoint = "c_iam_show_debug_timeline")]
|
||||
public static partial void ShowDebugTimeline(uint instance_id);
|
||||
|
||||
// Performance Profiler
|
||||
|
||||
[LibraryImport(LibName, EntryPoint = "c_iam_profiler_enable")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue