X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvertex3d.h;h=2fcf4f52431afa1b94ae011d419134597dde8f05;hb=43adc2c61ad0522ed508cfeba11181f74b7d607f;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