X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=b03aac40fc24c630e02d0b78ffc64535e7371411;hb=5780991d786b994724112c97f691d9e2b9f2f1c5;hp=85ea2506b1884cf4306857abc95ae563900d291c;hpb=8acb4684a364e62389afc512304e6270d9b67244;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 85ea250..b03aac4 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -49,6 +49,16 @@ extern "C" { 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