X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;fp=src%2Fgui-environment.h;h=85ea2506b1884cf4306857abc95ae563900d291c;hb=8acb4684a364e62389afc512304e6270d9b67244;hp=dd3f597d051d6239de7bc2c3a561a831d5a04ef6;hpb=437db80e9b374e32d0bb5f7beeb4516fc1dd65c3;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index dd3f597..85ea250 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -37,6 +37,12 @@ extern "C" { SCM irr_getGUIEnvironment (SCM wrapped_obj); + SCM + irr_gui_addImage (SCM wrapped_gui_environment, + SCM image, + SCM position, + SCM rest); + SCM irr_gui_addStaticText (SCM wrapped_gui_environment, SCM text,