X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2FIrrlichtDevice.h;h=5728c9f7800e7130751688a7bbdd92aa374c8bf3;hb=69d811182f2f282f9c8f558f26d92e34417d6526;hp=3f7446469bd02b640c6b16896829ce2d0bbab2d4;hpb=3c6f05ad0b0efa2a787e25db274ef67c1a29b4fd;p=c-irrlicht.git diff --git a/include/IrrlichtDevice.h b/include/IrrlichtDevice.h index 3f74464..5728c9f 100644 --- a/include/IrrlichtDevice.h +++ b/include/IrrlichtDevice.h @@ -49,6 +49,9 @@ extern "C" { irr_video_IVideoDriver* irr_getVideoDriver(irr_IrrlichtDevice* device); + int + irr_isWindowActive(irr_IrrlichtDevice* device); + void irr_setWindowCaption(irr_IrrlichtDevice* device, const char* text); @@ -59,6 +62,9 @@ extern "C" { int irr_drop(irr_IrrlichtDevice* device); + void + irr_yield(irr_IrrlichtDevice* device); + #ifdef __cplusplus } #endif