X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvertex3d.h;h=4e8bb2076e79c7f745457a62e70097c8e700f33d;hb=d52f560e9d3693c7810cfb351cf124b1c32e6d72;hp=2fcf4f52431afa1b94ae011d419134597dde8f05;hpb=f02a0f66bfcd16d3c3b08091c1b97b92aeee42fe;p=guile-irrlicht.git diff --git a/src/vertex3d.h b/src/vertex3d.h index 2fcf4f5..4e8bb20 100644 --- a/src/vertex3d.h +++ b/src/vertex3d.h @@ -24,28 +24,13 @@ #include #include -#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