CMake Build added

This commit is contained in:
kacperks
2022-07-19 19:59:37 +02:00
parent c9cda3b25a
commit 97896b4b36
47 changed files with 3651 additions and 863 deletions

View File

@@ -1,5 +0,0 @@
#include <AL/al.h>
void initAudioEngine();
int stopAudioEngine();
ALuint playSound(int sourceToUse, int loop, ALuint buffer);
ALuint loadSound(const char filename[]);