X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvertex3d.h;h=4e8bb2076e79c7f745457a62e70097c8e700f33d;hb=d52f560e9d3693c7810cfb351cf124b1c32e6d72;hp=4ce2c52fab7a57169f761f0808ce356bb97d40fd;hpb=0e0782653487ad1691d7879ff433bc5ffd7c3791;p=guile-irrlicht.git diff --git a/src/vertex3d.h b/src/vertex3d.h index 4ce2c52..4e8bb20 100644 --- a/src/vertex3d.h +++ b/src/vertex3d.h @@ -24,22 +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); - } +irr::video::E_VERTEX_TYPE +scm_to_vertex_type (SCM vertex_type); + #endif