misc/libopenalbridge/openalbridge.def
author unc0rr
Thu, 06 Jun 2013 00:28:30 +0400
changeset 9109 878f06e9c484
parent 3514 59dbd31e9953
permissions -rw-r--r--
- Fix issue #521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested. - Fix a bunch of build warnings

LIBRARY "openalbridge"
EXPORTS
	openal_init
	openal_close
	openal_ready
	openal_loadfile
	openal_playsound	
	openal_pausesound
	openal_stopsound
	openal_playsound_loop
	openal_stopsound_free
	openal_freesound
	openal_toggleloop
	openal_setvolume
	openal_setglobalvolume
	openal_togglemute
	openal_fade
	openal_fadein
	openal_fadeout