PogoBijoux/Sound.h

6 lines
167 B
C
Raw Normal View History

2022-07-19 19:39:33 +02:00
#include <AL/al.h>
void initAudioEngine();
int stopAudioEngine();
ALuint playSound(int sourceToUse, int loop, ALuint buffer);
ALuint loadSound(const char filename[]);