]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/vertex3d.h
vertex3d
[guile-irrlicht.git] / src / vertex3d.h
index 2fcf4f52431afa1b94ae011d419134597dde8f05..4e8bb2076e79c7f745457a62e70097c8e700f33d 100644 (file)
 
 #include <irrlicht/irrlicht.h>
 #include <libguile.h>
-#include "wrapped.h"
 
 extern "C" {
-
   void
   init_vertex3d (void);
-
-  DECLARE_WRAPPED_TYPE (irr::video::S3DVertex*, init_vertex3d_type,
-                        vertex3d_p, wrap_vertex3d, unwrap_vertex3d);
-
-  SCM
-  make_vertex3d (SCM position,
-                 SCM normal,
-                 SCM color,
-                 SCM tcoords);
-
-  SCM
-  vertex3d_position (SCM vertex);
-
-  irr::video::E_VERTEX_TYPE
-  scm_to_vertex_type (SCM vertex_type);
-
 }
 
+irr::video::E_VERTEX_TYPE
+scm_to_vertex_type (SCM vertex_type);
+
 #endif