X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-environment.h;h=dd3f597d051d6239de7bc2c3a561a831d5a04ef6;hp=caac2eeda7653f21c0ac15ab9f4797974101340d;hb=3394d6066c9092a5444c9273f52cea01e2eaf10f;hpb=704cf6c2cc3d308c625071f6e03bd20ed2d833f8 diff --git a/src/gui-environment.h b/src/gui-environment.h index caac2ee..dd3f597 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -38,14 +38,10 @@ extern "C" { irr_getGUIEnvironment (SCM wrapped_obj); SCM - irr_gui_addStaticText (SCM guienv, + irr_gui_addStaticText (SCM wrapped_gui_environment, SCM text, SCM rectangle, - SCM border, - SCM wordWrap, - SCM parent, - SCM id, - SCM fillBackground); + SCM rest); }