]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/animated-mesh.h
animated-mesh-md2
[guile-irrlicht.git] / src / animated-mesh.h
index 4798c31063431ecd25770747fdf2e0ad7c003a46..fd65653d0c93e4b5fea7534d1f6942fbe3511252 100644 (file)
 
 #include <irrlicht/irrlicht.h>
 #include <libguile.h>
-#include "wrapped.h"
+
+
+SCM
+irr_scene_IAnimatedMesh_setAnimationSpeed (SCM animated_mesh,
+                                           SCM frames_per_second);
+
 
 extern "C" {
 
   void
   init_animated_mesh (void);
 
-  DECLARE_WRAPPED_TYPE (irr::scene::IAnimatedMesh*, init_animated_mesh_type,
-                        animated_mesh_p, wrap_animated_mesh, unwrap_animated_mesh);
-
-  SCM
-  irr_scene_setAnimationSpeed (SCM wrapped_obj,
-                               SCM frames_per_second);
-
 }
 
 #endif