summaryrefslogtreecommitdiff
path: root/includes/luaconsole.h
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2011-09-21 22:36:35 (GMT)
committer cracker64 <cracker642@gmail.com>2011-09-21 22:36:35 (GMT)
commita73fc9db06cff1285c57ede2673f33eb433f7117 (patch)
treecb78fab06120d7be44366be79aa92c3465b44ead /includes/luaconsole.h
parentc3d7f694f2189cad336dbbc64140dda520788fa1 (diff)
downloadpowder-a73fc9db06cff1285c57ede2673f33eb433f7117.zip
powder-a73fc9db06cff1285c57ede2673f33eb433f7117.tar.gz
Water level equalization test! In options menu, or tpt.watertest() .
Diffstat (limited to 'includes/luaconsole.h')
-rw-r--r--includes/luaconsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index a9eb63f..c18a4aa 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -34,6 +34,7 @@ int luatpt_drawtext(lua_State* l);
int luatpt_create(lua_State* l);
int luatpt_setpause(lua_State* l);
int luatpt_togglepause(lua_State* l);
+int luatpt_togglewater(lua_State* l);
int luatpt_setconsole(lua_State* l);
int luatpt_log(lua_State* l);
int luatpt_set_pressure(lua_State* l);