Update l_server.h

This commit is contained in:
Ian Giestas Pauli 2017-01-27 22:22:36 -02:00 committed by GitHub
parent efaffa1b77
commit f85ea57a91
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ private:
// sound_stop(handle)
static int l_sound_stop(lua_State *L);
// sound_resume(handle)
static int l_sound_resume(lua_State *L);
// sound_pause(handle)
static int l_sound_pause(lua_State *L);
// get_player_privs(name, text)
static int l_get_player_privs(lua_State *L);