Home
last modified time | relevance | path

Searched refs:musicL_stop (Results 1 – 1 of 1) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dnlua_music.c28 static int musicL_stop( lua_State* L );
35 { "stop", musicL_stop },
131 static int musicL_stop( lua_State *L ) in musicL_stop() function