X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fscene-node.h;fp=src%2Fscene-node.h;h=afb69738ad112c41fa9173a88af1a1685ae0a136;hb=2cdd08f70b0a58b2f00b341df5b73704d3febd47;hp=c41d3cc8e05599456a2632591880a40fc0436e01;hpb=9eb3d3607d4468b525df34096657fd04f77724e7;p=guile-irrlicht.git diff --git a/src/scene-node.h b/src/scene-node.h index c41d3cc..afb6973 100644 --- a/src/scene-node.h +++ b/src/scene-node.h @@ -39,6 +39,10 @@ extern "C" { SCM texture_layer, SCM texture); + SCM + irr_scene_setPosition (SCM wrapped_scene_node, + SCM position); + } #endif