ImGuiOnceUponAFrame_destroy function

void ImGuiOnceUponAFrame_destroy(
  1. Pointer<ImGuiOnceUponAFrame> self
)
void ImGuiOnceUponAFrame_destroy(
 ImGuiOnceUponAFrame* self
);

Implementation

void ImGuiOnceUponAFrame_destroy(Pointer<ImGuiOnceUponAFrame> self) =>
    _ImGuiOnceUponAFrame_destroy(self);