X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvertex3d.h;h=2fcf4f52431afa1b94ae011d419134597dde8f05;hb=b298e30f299d7c0b91c00f2455b4bc1efabe62e3;hp=4ce2c52fab7a57169f761f0808ce356bb97d40fd;hpb=0e0782653487ad1691d7879ff433bc5ffd7c3791;p=guile-irrlicht.git diff --git a/src/vertex3d.h b/src/vertex3d.h index 4ce2c52..2fcf4f5 100644 --- a/src/vertex3d.h +++ b/src/vertex3d.h @@ -40,6 +40,12 @@ extern "C" { SCM color, SCM tcoords); + SCM + vertex3d_position (SCM vertex); + + irr::video::E_VERTEX_TYPE + scm_to_vertex_type (SCM vertex_type); + } #endif