summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptHelper.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-17 17:13:17 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-17 17:13:17 (GMT)
commitfdb4dff4d77d36e45e48847a602b53f786380ba0 (patch)
treecf46155bfe55f32597bb64f60a56887059569e09 /src/cat/LuaScriptHelper.h
parent2417ad3b41589f07eecb6e32c913c8858589c13c (diff)
downloadpowder-fdb4dff4d77d36e45e48847a602b53f786380ba0.zip
powder-fdb4dff4d77d36e45e48847a602b53f786380ba0.tar.gz
TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes yet) 1c4bce1f22
Diffstat (limited to 'src/cat/LuaScriptHelper.h')
-rw-r--r--src/cat/LuaScriptHelper.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cat/LuaScriptHelper.h b/src/cat/LuaScriptHelper.h
index b5b885d..079a32e 100644
--- a/src/cat/LuaScriptHelper.h
+++ b/src/cat/LuaScriptHelper.h
@@ -81,6 +81,14 @@ int luatpt_set_property(lua_State* l);
int luatpt_get_property(lua_State* l);
+int luatpt_set_wallmap(lua_State* l);
+
+int luatpt_get_wallmap(lua_State* l);
+
+int luatpt_set_elecmap(lua_State* l);
+
+int luatpt_get_elecmap(lua_State* l);
+
int luatpt_drawpixel(lua_State* l);
int luatpt_drawrect(lua_State* l);