]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/animated-mesh.h
useless code
[guile-irrlicht.git] / src / animated-mesh.h
index 4798c31063431ecd25770747fdf2e0ad7c003a46..f44df1d0067b0553c639935b997443d23de04ba7 100644 (file)
 #ifndef __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__
 #define __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__
 
-#include <irrlicht/irrlicht.h>
-#include <libguile.h>
-#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);
-
-  SCM
-  irr_scene_setAnimationSpeed (SCM wrapped_obj,
-                               SCM frames_per_second);
-
 }
 
 #endif