X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fscene-node.h;h=c41d3cc8e05599456a2632591880a40fc0436e01;hb=fb9011bf9160be890e0a6b98fcff9ed95ae0bd77;hp=64c3626ce48ec2be3a3e3087d4c4f9a92d30a29b;hpb=8ff6816b98af584ca7670ad964d5f13f84e18044;p=guile-irrlicht.git diff --git a/src/scene-node.h b/src/scene-node.h index 64c3626..c41d3cc 100644 --- a/src/scene-node.h +++ b/src/scene-node.h @@ -33,6 +33,12 @@ extern "C" { DECLARE_WRAPPED_TYPE (irr::scene::ISceneNode*, init_scene_node_type, scene_node_p, wrap_scene_node, unwrap_scene_node); + + SCM + irr_scene_setMaterialTexture (SCM wrapped_scene_node, + SCM texture_layer, + SCM texture); + } #endif