X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui.h;h=e713a0a3ef04a32d2d316f81ef59e102ab611aab;hb=12c23d8b50e25efce7891cc81427c5774340bd18;hp=29c3ee63c1a86b5373d00355af5e079ad1b02280;hpb=c29f09b112d14ca0a37ee6733dc9748eb4e599c2;p=guile-irrlicht.git diff --git a/src/gui.h b/src/gui.h index 29c3ee6..e713a0a 100644 --- a/src/gui.h +++ b/src/gui.h @@ -35,11 +35,20 @@ extern "C" { SCM rectangle, SCM rest); + SCM + irr_gui_getColor (SCM wrapped_obj, + SCM color); + SCM irr_gui_getFont (SCM wrapped_obj, SCM filename, SCM rest); + SCM + irr_gui_setColor (SCM wrapped_obj, + SCM color, + SCM dest_color); + SCM irr_gui_setMax (SCM wrapped_obj, SCM max);