1SubDir HAIKU_TOP src tests kits media playsound ; 2 3BinCommand playfile : 4 playfile.cpp 5 : be bnetapi media [ TargetLibsupc++ ] 6; 7 8BinCommand playsound : 9 playsound.cpp 10 : be media game 11; 12 13BinCommand playwav : 14 playwav.cpp 15 : be media [ TargetLibsupc++ ] 16; 17