X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=3a4966b07bedd4c2a4c7ee2a116feaae60f98b85;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=4798c31063431ecd25770747fdf2e0ad7c003a46;hpb=db41186ef83fe5def23e3eacfbcea9248adf700e;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index 4798c31..3a4966b 100644 --- a/src/animated-mesh.h +++ b/src/animated-mesh.h @@ -22,22 +22,7 @@ #ifndef __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__ #define __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__ -#include -#include -#include "wrapped.h" - -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); - -} +void +init_animated_mesh (void); #endif