diff options
Diffstat (limited to 'include/BLua.h')
-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 bee8836..c1b71c8 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.15 2004-05-02 00:41:39 pixel Exp $ */ +/* $Id: BLua.h,v 1.16 2004-07-22 23:38:31 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -79,6 +79,7 @@ class Lua : public Base { void showerror(); int getmetatable(int = -1); int setmetatable(int = -2); + int sethook(lua_Hook func, int mask, int count); private: Lua(lua_State *); lua_State * L; |