X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=irrlicht.scm;h=8bd94b429d8a7923abb8d8161ffcf058884e8e3c;hb=bf17a313e03b695ec0d138e83ef183fdec764764;hp=738a339d3e49beaa1cba70613cd12f78cedc0f33;hpb=b2cce66c3f6e26d1d5442e30b8324218932e11a3;p=guile-irrlicht.git diff --git a/irrlicht.scm b/irrlicht.scm index 738a339..8bd94b4 100644 --- a/irrlicht.scm +++ b/irrlicht.scm @@ -116,9 +116,9 @@ set-material! set-material-flag! set-material-texture! + set-max! set-md2-animation! set-override-color! - set-position! set-resizable! set-rotation! set-scale! @@ -129,4 +129,5 @@ ;; Merged methods have to be exported apart (re-export draw-all - get-position) + get-position + set-position!)