From 4ee6be856d435dff010244c910d5dafe2bfbeb1e Mon Sep 17 00:00:00 2001 From: red-001 Date: Thu, 6 Apr 2017 07:14:31 +0100 Subject: [CSM] Add support for positional audio. (#5516) Fixes parts of #5389. --- src/script/lua_api/l_client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/script/lua_api/l_client.h') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 94b154bb4..4e7f63d6a 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -65,6 +65,10 @@ private: // get_meta(pos) static int l_get_meta(lua_State *L); + static int l_sound_play(lua_State *L); + + static int l_sound_stop(lua_State *L); + public: static void Initialize(lua_State *L, int top); }; -- cgit v1.2.3