X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=b03aac40fc24c630e02d0b78ffc64535e7371411;hb=5780991d786b994724112c97f691d9e2b9f2f1c5;hp=dd3f597d051d6239de7bc2c3a561a831d5a04ef6;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index dd3f597..b03aac4 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -37,12 +37,28 @@ 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, SCM rectangle, SCM rest); + SCM + irr_gui_getBuiltInFont (SCM wrapped_gui_environment); + + SCM + irr_gui_getFont (SCM wrapped_gui_environment, + SCM filename); + + SCM + irr_gui_getSkin (SCM wrapped_gui_environment); + } #endif