diff options
| author | cracker64 <cracker642@gmail.com> | 2011-07-22 13:55:43 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2011-07-22 13:55:43 (GMT) |
| commit | d013aa36324541924ea775a30505c4987e535eac (patch) | |
| tree | b949d3ef657edd0c796a6f4ab6092cebe149a172 /includes | |
| parent | c5a8138dc991711060cf9ff47c581c2af18d69ad (diff) | |
| download | powder-d013aa36324541924ea775a30505c4987e535eac.zip powder-d013aa36324541924ea775a30505c4987e535eac.tar.gz | |
Added functions to header.
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index de3f589..55e2d47 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -51,4 +51,10 @@ int luatpt_get_numOfParts(lua_State* l); int luatpt_start_getPartIndex(lua_State* l); int luatpt_getPartIndex(lua_State* l); int luatpt_next_getPartIndex(lua_State* l); +int luatpt_hud(lua_State* l); +int luatpt_gravity(lua_State* l); +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); #endif |
