GUIScript: Add SetTimerHook, to allow python to hook in to main loop.
commitbf074daba4f97b293a5a37e4d44d45b5668231c4
authorTom Prince <tom.prince@ualberta.net>
Fri, 26 Nov 2010 11:27:55 +0000 (26 06:27 -0500)
committerTom Prince <tom.prince@ualberta.net>
Fri, 26 Nov 2010 11:29:48 +0000 (26 06:29 -0500)
tree7a9c6f0bef197b07ebd79f51b63ad4f644fd9036
parentd803d800c81ff730548cc688be2a8750da8d9b4a
GUIScript: Add SetTimerHook, to allow python to hook in to main loop.

This is for doing crazy stuff like twisted web browsers.

Signed-off-by: Tom Prince <tom.prince@ualberta.net>
gemrb/core/Interface.cpp
gemrb/core/Interface.h
gemrb/plugins/GUIScript/GUIScript.cpp