X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=064cb5df6b3b1ab0c83b2cdb6b5a701c6dd40e60;hb=85623b0c003e4938263a3431b45837050f044593;hp=663c4190b3ecb6e78fe633d18370d82542fd7d9a;hpb=01297d58b47a2e1c3579678c74f53491901b567e;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 663c419..064cb5d 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -89,6 +89,9 @@ gui_IGUIEnvironment_addWindow (SCM gui_environment, SCM parent, SCM id); +SCM +gui_IGUIEnvironment_drawAll (SCM gui_environment); + SCM gui_IGUIEnvironment_getBuiltInFont (SCM gui_environment);