diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-15 17:51:45 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-15 17:51:45 (GMT) |
| commit | dfc33aaeeaa066ff0107b4ed68ec7756fbc5acb3 (patch) | |
| tree | 51d5c2e1fd34f26d862b6eee80e3960c3243d7c1 /src/cat/LuaScriptInterface.h | |
| parent | 94d21a1679749df49342903545192254a27f8ffc (diff) | |
| download | powder-dfc33aaeeaa066ff0107b4ed68ec7756fbc5acb3.zip powder-dfc33aaeeaa066ff0107b4ed68ec7756fbc5acb3.tar.gz | |
finish return values for the legacy api, add sim.saveStamp and sim.loadStamp
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index 9b54688..c002f41 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -73,6 +73,8 @@ class LuaScriptInterface: public CommandInterface static int simulation_createWallBox(lua_State * l); static int simulation_floodWalls(lua_State * l); static int simulation_clearSim(lua_State * l); + static int simulation_saveStamp(lua_State * l); + static int simulation_loadStamp(lua_State * l); //Renderer void initRendererAPI(); |
