예제 #1
0
bool_t halt_sound( char *sound_context )
{
	haltSound(sound_context);
    return True;
}
예제 #2
0
파일: audio.c 프로젝트: wosigh/tuxracer
bool_t halt_sound( char *sound_context )
{
	DPRINTF("halt_sound : %s\n",sound_context);
	haltSound(uniqueContextFromContext(sound_context));
    return True;
}