X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui.h;h=29c3ee63c1a86b5373d00355af5e079ad1b02280;hb=c29f09b112d14ca0a37ee6733dc9748eb4e599c2;hp=6cab006f4d76c7310184768d14c3c6236792fb0b;hpb=da89e12dbf35ce6452e6a6e2eeb3f83eaeb94c97;p=guile-irrlicht.git diff --git a/src/gui.h b/src/gui.h index 6cab006..29c3ee6 100644 --- a/src/gui.h +++ b/src/gui.h @@ -35,6 +35,15 @@ extern "C" { SCM rectangle, SCM rest); + SCM + irr_gui_getFont (SCM wrapped_obj, + SCM filename, + SCM rest); + + SCM + irr_gui_setMax (SCM wrapped_obj, + SCM max); + SCM irr_gui_setOverrideColor (SCM wrapped_obj, SCM color);