summaryrefslogtreecommitdiff
path: root/includes/luaconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/luaconsole.h')
-rw-r--r--includes/luaconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index e35da84..bb7c744 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -29,6 +29,8 @@ int luacon_eval(char *command);
int luacon_part_update(int t, int i, int x, int y, int surround_space, int nt);
char *luacon_geterror();
void luacon_close();
+int luacon_elementread(lua_State* l);
+int luacon_elementwrite(lua_State* l);
int process_command_lua(pixel *vid_buf, char *console, char *console_error);
int getPartIndex_curIdx;