diff options
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | ** LUA - Linguagem para Usuarios de Aplicacao | 2 | ** LUA - Linguagem para Usuarios de Aplicacao |
| 3 | ** Grupo de Tecnologia em Computacao Grafica | 3 | ** Grupo de Tecnologia em Computacao Grafica |
| 4 | ** TeCGraf - PUC-Rio | 4 | ** TeCGraf - PUC-Rio |
| 5 | ** $Id: lua.h,v 3.40 1997/04/02 17:44:18 roberto Exp roberto $ | 5 | ** $Id: lua.h,v 3.41 1997/04/02 22:52:42 roberto Exp roberto $ |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | 8 | ||
| @@ -21,6 +21,7 @@ typedef unsigned int lua_Object; | |||
| 21 | 21 | ||
| 22 | lua_Object lua_setfallback (char *event, lua_CFunction fallback); | 22 | lua_Object lua_setfallback (char *event, lua_CFunction fallback); |
| 23 | void lua_setintmethod (int tag, char *event, lua_CFunction method); | 23 | void lua_setintmethod (int tag, char *event, lua_CFunction method); |
| 24 | void lua_getintmethod (int tag, char *event); /* out: method */ | ||
| 24 | void lua_seterrormethod (lua_CFunction method); | 25 | void lua_seterrormethod (lua_CFunction method); |
| 25 | 26 | ||
| 26 | int lua_newtag (void); | 27 | int lua_newtag (void); |
