class
	I_MUSICPACK

General
	cluster: sound
	description: "chocolate doom i_musicpack.c"
	create: make

Ancestors
	MUSIC_MODULE_T*

Queries
	init: BOOLEAN
	music_is_playing: BOOLEAN
	registersong (handle: detachable ANY; len: INTEGER_32): detachable ANY
	Sound_devices: ARRAY [INTEGER_32]

Commands
	make
	pause_music
	playsong (handle: detachable ANY; looping: BOOLEAN)
	poll
	resumemusic
	set_music_volume (vol: INTEGER_32)
	shutdown
	stopsong
	unregistersong (handle: detachable ANY)


Generated by ISE EiffelStudio