deferred class
	MUSIC_MODULE_T

General
	cluster: sound
	description: "chocolate doom i_sound.h"

Ancestors
	ANY

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

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


Generated by ISE EiffelStudio