diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-07-31 00:31:34 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-07-31 00:31:34 (GMT) |
| commit | d7a55f1f50bf7eaefdaf7c5758430b68e733680a (patch) | |
| tree | 6bec5032e12d4cc2a5b5bc8287deb131892e618a /includes | |
| parent | 58d96de4ce2eacbda5b63ed1ac6ee19d17f03d39 (diff) | |
| download | powder-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.h | 2 |
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 |
