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