X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=src%2FIGUIEnvironment.cpp;h=a77c678feb6b7bbd38c1c5e9b48820a08a1a6098;hp=b5bc9e1b97ab6306319081463cb645f473fc3d0e;hb=737ce34543fa5d17f5a32111b60673d8a36db0bf;hpb=4881087cbf493d736995a4051e0d13ed63ad6c3a diff --git a/src/IGUIEnvironment.cpp b/src/IGUIEnvironment.cpp index b5bc9e1..a77c678 100644 --- a/src/IGUIEnvironment.cpp +++ b/src/IGUIEnvironment.cpp @@ -55,4 +55,9 @@ extern "C" { fillBackground); return staticText; } + + void irr_gui_IGUIEnvironment_drawAll(void* guienv) + { + ((irr::gui::IGUIEnvironment*)guienv)->drawAll(); + } }