X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvertex3d.h;h=adca1ea79bed3bdf74a5e2e055a5594ab6390039;hb=e1e79af4472feb78b4ec672f768eb8fdd10670fc;hp=4c033d3e6414e079287c934c5371524ed61c5c14;hpb=37217d692d4ead81cfed829395a9a7a5caf9325c;p=guile-irrlicht.git diff --git a/src/vertex3d.h b/src/vertex3d.h index 4c033d3..adca1ea 100644 --- a/src/vertex3d.h +++ b/src/vertex3d.h @@ -24,25 +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); #endif