X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=3a4966b07bedd4c2a4c7ee2a116feaae60f98b85;hb=79e12d94cc21232477796a4e76fc2ddb5d88f9dc;hp=2afec61b7cb8ec925091faeb05b2938fd893ec08;hpb=6537f348407a540c027d92d0b766a8684f0fdf95;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index 2afec61..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 -irr_scene_IAnimatedMesh_setAnimationSpeed (SCM animated_mesh, - SCM frames_per_second); - -extern "C" { - void - init_animated_mesh (void); -} +void +init_animated_mesh (void); #endif