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