X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvertex3d.h;h=adca1ea79bed3bdf74a5e2e055a5594ab6390039;hb=c59d2be798005a3684d75c3f561568ad2cdac9c7;hp=2fcf4f52431afa1b94ae011d419134597dde8f05;hpb=f0d999bd6865a03c42a2d7378fd60c7a469201f2;p=guile-irrlicht.git diff --git a/src/vertex3d.h b/src/vertex3d.h index 2fcf4f5..adca1ea 100644 --- a/src/vertex3d.h +++ b/src/vertex3d.h @@ -24,28 +24,11 @@ #include #include -#include "wrapped.h" -extern "C" { +void +init_vertex3d (void); - 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