X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=3a4966b07bedd4c2a4c7ee2a116feaae60f98b85;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=f063b39576e147e4b8a0892e56141aa4f59104a0;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index f063b39..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 -#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); -} +void +init_animated_mesh (void); #endif