class
	SOUND_PCSOUND_MODULE

General
	cluster: sound
	description: 
		"chocolate doom i_pcsound.c
		System interface for PC speaker sound."
	create: make

Ancestors
	SOUND_MODULE_T*

Queries
	get_sfx_lump_num (sfxinfo: SFXINFO_T): INTEGER_32
	init (use_sfx_prefix: BOOLEAN): BOOLEAN
	Sound_devices: ARRAY [INTEGER_32]
	sound_is_playing (channel: INTEGER_32): BOOLEAN
	Sound_pcsound_module: SOUND_PCSOUND_MODULE
	start_sound (sfxinfo: SFXINFO_T; channel, vol, sep, pitch: INTEGER_32): INTEGER_32

Commands
	cache_sounds (sounds: ARRAY [SFXINFO_T])
	shutdown
	stop_sound (channel: INTEGER_32)
	update
	update_sound_params (channel, vol, sep: INTEGER_32)


Generated by ISE EiffelStudio