diff -r f589230fa21b -r 59dbd31e9953 misc/libopenalbridge/openalbridge.def --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/libopenalbridge/openalbridge.def Thu Jun 17 20:30:39 2010 +0200 @@ -0,0 +1,20 @@ +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 +