X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-skin.h;fp=src%2Fgui-skin.h;h=9d022f95e6d1511acb37d04927ac7007d0574794;hb=15be0323f62a228707f616c25c4b87cd1d68766f;hp=529eb0c4e62852ab1c8d8bdacf6ef71ffaa7a523;hpb=da89e12dbf35ce6452e6a6e2eeb3f83eaeb94c97;p=guile-irrlicht.git diff --git a/src/gui-skin.h b/src/gui-skin.h index 529eb0c..9d022f9 100644 --- a/src/gui-skin.h +++ b/src/gui-skin.h @@ -39,9 +39,13 @@ extern "C" { SCM rest); SCM - irr_gui_setSkinFont (SCM wrapped_gui_skin, - SCM font, - SCM rest); + irr_gui_IGUISkin_getFont (SCM wrapped_gui_skin, + SCM rest); + + SCM + irr_gui_setFont (SCM wrapped_gui_skin, + SCM font, + SCM rest); irr::gui::EGUI_DEFAULT_FONT scm_to_default_font (SCM default_font);