summaryrefslogtreecommitdiff
path: root/includes/luaconsole.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-12-08 09:56:18 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-08 09:56:18 (GMT)
commit55cc6e3b05d18141627c7554388cafaa251428e7 (patch)
tree897bb2fd42caf0da47cd4685273e8e9168bf2a94 /includes/luaconsole.h
parent0da91a783f51aa6ab1fe2648fc34f80efc38a504 (diff)
downloadpowder-55cc6e3b05d18141627c7554388cafaa251428e7.zip
powder-55cc6e3b05d18141627c7554388cafaa251428e7.tar.gz
Revert "Directly read/write element type properties"
This reverts commit 0da91a783f51aa6ab1fe2648fc34f80efc38a504.
Diffstat (limited to 'includes/luaconsole.h')
-rw-r--r--includes/luaconsole.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index bb7c744..e35da84 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -29,8 +29,6 @@ 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;