misc/openalbridge/openalbridge.def
author koda
Sat, 05 Jun 2010 14:07:58 +0000
changeset 3495 a6b4f351d400
parent 3362 8d3b4d19ce27
permissions -rw-r--r--
now engine can be optionally built as library, there's an example wrapper of how to use it building server is now disabled by default, saves users some headaches

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