diff options
Diffstat (limited to 'includes/luaconsole.h')
| -rw-r--r-- | includes/luaconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index 83fa405..ce8f6b1 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -62,6 +62,7 @@ int luacon_particle_getproperty(char * key, int * format); int luacon_transition_getproperty(char * key, int * format); int luacon_element_getproperty(char * key, int * format, unsigned int * modified_stuff); int process_command_lua(pixel *vid_buf, char *console, char *console_error); +void lua_hook(lua_State *L, lua_Debug *ar); int getPartIndex_curIdx; |
