in_puppet_free

Frees a puppet from memory.

Notes: The main Inochi2D type hirearchy hasn't been converted to numem types yet, as such this simply unpins it from the D GC.

version(IN_DYNLIB)
export extern (C) @nogc
void
in_puppet_free

Parameters

obj in_puppet_t*

The puppet object.

Meta