summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-06-02 01:57:03 (GMT)
committer jacob1 <jfu614@gmail.com>2013-06-02 01:57:03 (GMT)
commit8d7ab7f5e27b9b5ba71b4ef13e4cbb9f7e5a4641 (patch)
treed3bf71c04abc24aa014dbc403421d1821a8c96be /src/cat/LuaScriptInterface.h
parentb16524292e2d8c640e0e4e0801d5cb4e512e4707 (diff)
downloadpowder-8d7ab7f5e27b9b5ba71b4ef13e4cbb9f7e5a4641.zip
powder-8d7ab7f5e27b9b5ba71b4ef13e4cbb9f7e5a4641.tar.gz
allow creating WIND lines from lua
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index d8ad350..6556d35 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -75,6 +75,7 @@ class LuaScriptInterface: public CommandInterface
static int simulation_toolBrush(lua_State * l);
static int simulation_toolLine(lua_State * l);
static int simulation_toolBox(lua_State * l);
+ static int simulation_floodProp(lua_State * l);
static int simulation_decoBrush(lua_State * l);
static int simulation_decoLine(lua_State * l);
static int simulation_decoBox(lua_State * l);