#include <acknex.h> void waitForThePointerToBecomeNull(void** p) { while (*p) wait(1); sys_exit("e voila..."); } TEXT* myText = NULL; void main() { myText = txt_create(1,1); waitForThePointerToBecomeNull(&myText); wait(-2); ptr_remove(myText); myText = NULL; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de