diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/BLua.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h index c57a633..60ca335 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.h,v 1.41 2007-07-27 10:05:52 pixel Exp $ */ +/* $Id: BLua.h,v 1.42 2008-01-23 17:53:12 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -112,6 +112,7 @@ class Lua : public Base { Lua * thread(bool saveit = true); Lua * thread(const String &, int nargs = 0, bool saveit = true); Lua * thread(Handle *, int nargs = 0, bool saveit = true); + void weaken(); int yield(int nresults = 0); bool resume(int nargs = 0) throw (GeneralException); bool resume(const String &, int nargs = 0); |