misc/libopenalbridge/openalbridge.def
author koda
Wed, 12 Jun 2013 01:02:33 +0200
changeset 9203 bcc25cb9b122
parent 3514 59dbd31e9953
permissions -rw-r--r--
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)

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