X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=e99e133f7237873774e978531cb9f2617e5bd4f5;hb=da89e12dbf35ce6452e6a6e2eeb3f83eaeb94c97;hp=b03aac40fc24c630e02d0b78ffc64535e7371411;hpb=5780991d786b994724112c97f691d9e2b9f2f1c5;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index b03aac4..e99e133 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -59,6 +59,11 @@ extern "C" { SCM irr_gui_getSkin (SCM wrapped_gui_environment); -} + SCM + irr_gui_IGUIEnvironment_addButton (SCM wrapped_gui_environment, + SCM rectangle, + SCM rest); + + } #endif