]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/animated-mesh-scene-node.h
get-skin
[guile-irrlicht.git] / src / animated-mesh-scene-node.h
index 9858cf2e8048588881d21a2bcf28349f48ed4cd7..91fb4fcdd4b9ed9c5c3325154ad59a98d5b5ea46 100644 (file)
@@ -34,6 +34,16 @@ 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_setFrameLoop (SCM wrapped_animated_mesh_scene_node,
+                          SCM begin,
+                          SCM end);
+
+  SCM
+  irr_scene_setMD2Animation (SCM wrapped_animated_mesh_scene_node,
+                             SCM anim);
+
 }
 
 #endif