diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-31 11:20:16 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-31 11:20:16 (GMT) |
| commit | f51fe2c9838cce5b2f365fc917201b8d8f268e6a (patch) | |
| tree | 08de385f5398a61244f81c2b29733e2a3a1158c1 /includes | |
| parent | 3bd5a4711c09284cb8ebd7d7aa2e068d6ee7f76a (diff) | |
| parent | d7a55f1f50bf7eaefdaf7c5758430b68e733680a (diff) | |
| download | powder-f51fe2c9838cce5b2f365fc917201b8d8f268e6a.zip powder-f51fe2c9838cce5b2f365fc917201b8d8f268e6a.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
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 |
