X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=2795d557ab676bc4e1c946640470aba45b9e342e;hb=d78951bd91783c61b312451198beb31f70b0f8b2;hp=fd65653d0c93e4b5fea7534d1f6942fbe3511252;hpb=b298e30f299d7c0b91c00f2455b4bc1efabe62e3;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index fd65653..2795d55 100644 --- a/src/animated-mesh.h +++ b/src/animated-mesh.h @@ -27,15 +27,12 @@ SCM -irr_scene_IAnimatedMesh_setAnimationSpeed (SCM animated_mesh, - SCM frames_per_second); - +scene_IAnimatedMesh_setAnimationSpeed (SCM animated_mesh, + SCM frames_per_second); extern "C" { - void init_animated_mesh (void); - } #endif