From: Javier Sancho Date: Fri, 22 May 2020 06:24:51 +0000 (+0200) Subject: ISceneNodeAnimator_drop X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=commitdiff_plain;h=e310847d00a2fd941405b0d417542310dad63965 ISceneNodeAnimator_drop --- diff --git a/src/reference-counted.cpp b/src/reference-counted.cpp index f01287f..24394a4 100644 --- a/src/reference-counted.cpp +++ b/src/reference-counted.cpp @@ -38,4 +38,6 @@ void init_reference_counted (void) { DEFINE_GSUBR ("IrrlichtDevice_drop", 1, 0, 0, IReferenceCounted_drop); + DEFINE_GSUBR ("ISceneNodeAnimator_drop", 1, 0, 0, + IReferenceCounted_drop); }