X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=3a4966b07bedd4c2a4c7ee2a116feaae60f98b85;hb=3bb58c2b45af12c0f9c9eac648e67ac6fa90e104;hp=2795d557ab676bc4e1c946640470aba45b9e342e;hpb=d78951bd91783c61b312451198beb31f70b0f8b2;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index 2795d55..3a4966b 100644 --- a/src/animated-mesh.h +++ b/src/animated-mesh.h @@ -22,17 +22,7 @@ #ifndef __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__ #define __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__ -#include -#include - - -SCM -scene_IAnimatedMesh_setAnimationSpeed (SCM animated_mesh, - SCM frames_per_second); - -extern "C" { - void - init_animated_mesh (void); -} +void +init_animated_mesh (void); #endif