forked from Regalis11/scpcb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfmod.decls
More file actions
15 lines (14 loc) · 727 Bytes
/
fmod.decls
File metadata and controls
15 lines (14 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.lib "fmod.dll"
FSOUND_Init%(freq%,channels%,flags%):"_FSOUND_Init@12"
FSOUND_Close%():"_FSOUND_Close@0"
FSOUND_SetVolume(channel%,vol%):"_FSOUND_SetVolume@8"
FSOUND_SetVolumeAbsolute%(channel%,vol%):"_FSOUND_SetVolumeAbsolute@8"
FSOUND_GetVolume(channel%):"_FSOUND_GetVolume@4"
FSOUND_SetPaused(channel%,paused%):"_FSOUND_SetPaused@8"
FSOUND_StopSound(channel%):"_FSOUND_StopSound@4"
FSOUND_Stream_Play%(channel%,stream%):"_FSOUND_Stream_Play@8"
FSOUND_Stream_Stop%(stream%):"_FSOUND_Stream_Stop@4"
FSOUND_Stream_Close%(stream%):"_FSOUND_Stream_Close@4"
FSOUND_Stream_Open%(filename$,mode%,memlength%):"_FSOUND_Stream_Open@16"
FSOUND_IsPlaying%(channel%):"_FSOUND_IsPlaying@4"
FSOUND_SetPan%(channel%,pan%):"_FSOUND_SetPan@8"