summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-07-31 00:31:34 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-07-31 00:31:34 (GMT)
commitd7a55f1f50bf7eaefdaf7c5758430b68e733680a (patch)
tree6bec5032e12d4cc2a5b5bc8287deb131892e618a /includes
parent58d96de4ce2eacbda5b63ed1ac6ee19d17f03d39 (diff)
downloadpowder-d7a55f1f50bf7eaefdaf7c5758430b68e733680a.zip
powder-d7a55f1f50bf7eaefdaf7c5758430b68e733680a.tar.gz
me4502 added tpt.throw_error and tpt.heat as lua commands
Diffstat (limited to 'includes')
-rw-r--r--includes/luaconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index 55e2d47..53043f0 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -57,4 +57,6 @@ int luatpt_airheat(lua_State* l);
int luatpt_active_menu(lua_State* l);
int luatpt_decorations_enable(lua_State* l);
int luatpt_cmode_set(lua_State* l);
+int luatpt_error(lua_State* l);
+int luatpt_heat(lua_State* l);
#endif