summaryrefslogtreecommitdiff
path: root/includes/luaconsole.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-12-08 09:52:44 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-08 09:52:44 (GMT)
commit0da91a783f51aa6ab1fe2648fc34f80efc38a504 (patch)
tree4f8ce227af5f882bffdbf4935383c951de9fa52e /includes/luaconsole.h
parent73fd961d824549a484c4807efeaaf1934ab3b76c (diff)
downloadpowder-0da91a783f51aa6ab1fe2648fc34f80efc38a504.zip
powder-0da91a783f51aa6ab1fe2648fc34f80efc38a504.tar.gz
Directly read/write element type properties
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;