diff options
Diffstat (limited to 'src/script/lua_api/l_client.h')
-rw-r--r-- | src/script/lua_api/l_client.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); }; |