equal
deleted
inserted
replaced
52 procedure PlayMusic; |
52 procedure PlayMusic; |
53 procedure PauseMusic; |
53 procedure PauseMusic; |
54 procedure ResumeMusic; |
54 procedure ResumeMusic; |
55 procedure StopSound(snd: TSound); |
55 procedure StopSound(snd: TSound); |
56 function ChangeVolume(voldelta: LongInt): LongInt; |
56 function ChangeVolume(voldelta: LongInt): LongInt; |
57 function AskForVoicepack(name: shortstring): Pointer; |
57 function AskForVoicepack(name: shortstring): PVoicepack; |
58 function soundFadeOut(snd: TSound; qt: LongInt; voicepack: PVoicepack): LongInt; |
58 function soundFadeOut(snd: TSound; qt: LongInt; voicepack: PVoicepack): LongInt; |
59 |
59 |
60 |
60 |
61 {*remember: LongInt = 32bit; integer = 16bit; byte = 8bit*} |
61 {*remember: LongInt = 32bit; integer = 16bit; byte = 8bit*} |
62 function openal_init (hardware: LongInt; memsize: LongInt): boolean; cdecl; external OpenALBridge; |
62 function openal_init (hardware: LongInt; memsize: LongInt): boolean; cdecl; external OpenALBridge; |