diff options
Diffstat (limited to 'src/script/lua_api/l_client.h')
-rw-r--r-- | src/script/lua_api/l_client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 845f09bc9..03a42e022 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -129,6 +129,9 @@ private: // make_screenshot() static int l_make_screenshot(lua_State *L); + // interact(action, pointed_thing) + static int l_interact(lua_State *L); + public: static void Initialize(lua_State *L, int top); }; |