X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fscene-manager.h;h=5da835810049a8e8414a3eb746d12c4ab6e000e7;hp=b4a099d885aeca1b0c041389078c7a686549869f;hb=cda40baa72c6a0b5a5b4aee503b1395fa4b8ede2;hpb=a2e97bd95bf8f5c565819a3032d490c7451fc335 diff --git a/src/scene-manager.h b/src/scene-manager.h index b4a099d..5da8358 100644 --- a/src/scene-manager.h +++ b/src/scene-manager.h @@ -60,6 +60,10 @@ extern "C" { SCM wrapped_mesh, SCM rest); + SCM + irr_scene_createRotationAnimator (SCM wrapped_scene_manager, + SCM rotation_speed); + SCM irr_scene_getMesh (SCM wrapped_scene_manager, SCM filename);