X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fanimated-mesh.h;h=f44df1d0067b0553c639935b997443d23de04ba7;hb=cda8d6e3636e9ad6878b8e6b0c4449f6f9c635f0;hp=f063b39576e147e4b8a0892e56141aa4f59104a0;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index f063b39..f44df1d 100644 --- a/src/animated-mesh.h +++ b/src/animated-mesh.h @@ -22,17 +22,9 @@ #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); } #endif