openalbridge/openalbridge.def
author smxx
Wed, 10 Feb 2010 00:55:40 +0000
changeset 2786 85f6425a4d74
parent 2216 82e7da49c26a
permissions -rw-r--r--
Engine: * Added LUA scripting support for trainings (and maybe soon) scenarios/missions * Converted Shotgun and Bazooka Training to LUA * New dependency: LUA 5.1 * New Mission Objectives window * Extended default keybinds for non-iPhone builds * NOTE: Script function names etc. might change soon so don't work too hard on your own missions (for now)! This is experimental! Frontend: * Added support for new training maps/LUA scripts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2201
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     1
LIBRARY "openalbridge"
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     2
EXPORTS
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     3
	openal_init
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     4
	openal_close
2216
82e7da49c26a -Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
koda
parents: 2213
diff changeset
     5
	openal_ready
2201
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     6
	openal_loadfile
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     7
	openal_toggleloop
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     8
	openal_setvolume
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
     9
	openal_setglobalvolume
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
    10
	openal_togglemute
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
    11
	openal_fadeout
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
    12
	openal_fadein
2213
bd51bbf06033 -Smaxx's porting of the library to MSVC compilers
koda
parents: 2201
diff changeset
    13
	openal_fade
2201
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
    14
	openal_playsound	
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
    15
	openal_pausesound
6b14d6da9a49 some win32 dll export thingy.
nemo
parents:
diff changeset
    16
	openal_stopsound
2213
bd51bbf06033 -Smaxx's porting of the library to MSVC compilers
koda
parents: 2201
diff changeset
    17