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