X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-environment.h;h=5c6da7ecefdf66865915894219c8d6dcdb3327f3;hp=9cfec521cd792ee02570ac210a13c4f96f9dcf0d;hb=5ae44925acf0d6905a62e28a09af184d9db655a1;hpb=e793a98b7a84ae3a5ff2ededb0625e55cf991f0f diff --git a/src/gui-environment.h b/src/gui-environment.h index 9cfec52..5c6da7e 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -66,6 +66,11 @@ extern "C" { SCM rectangle, SCM rest); + SCM + irr_gui_addWindow (SCM wrapped_gui_environment, + SCM rectangle, + SCM rest); + SCM irr_gui_getBuiltInFont (SCM wrapped_gui_environment);