]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/animated-mesh-scene-node.h
set-material-flag! refactor
[guile-irrlicht.git] / src / animated-mesh-scene-node.h
index 9858cf2e8048588881d21a2bcf28349f48ed4cd7..04c484bdbed2cc929ca065bd19c1583c318e9450 100644 (file)
@@ -34,6 +34,11 @@ extern "C" {
   DECLARE_WRAPPED_TYPE (irr::scene::IAnimatedMeshSceneNode*, init_animated_mesh_scene_node_type,
                         animated_mesh_scene_node_p,
                         wrap_animated_mesh_scene_node, unwrap_animated_mesh_scene_node);
+
+  SCM
+  irr_scene_setMD2Animation (SCM wrapped_animated_mesh_scene_node,
+                             SCM anim);
+
 }
 
 #endif