X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=2795d557ab676bc4e1c946640470aba45b9e342e;hb=058344d17fe203bf37905c5b54c946e323c963c7;hp=4798c31063431ecd25770747fdf2e0ad7c003a46;hpb=db41186ef83fe5def23e3eacfbcea9248adf700e;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index 4798c31..2795d55 100644 --- a/src/animated-mesh.h +++ b/src/animated-mesh.h @@ -24,20 +24,15 @@ #include #include -#include "wrapped.h" -extern "C" { +SCM +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