aboutsummaryrefslogtreecommitdiff
path: root/src/Support.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-18 17:34:49 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-18 17:34:49 +0700
commitbc11a6806dd7fb79c0976c5ae7f60593fca6e06f (patch)
tree321e93bb3fc8396b1e07257d559464bc673e3e28 /src/Support.h
parent96f80b1a331d5e2e18fec57d8d6c5e0eac22e459 (diff)
downloadblackshades-bc11a6806dd7fb79c0976c5ae7f60593fca6e06f.tar.gz
Use zeal for sound loading
Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis.
Diffstat (limited to 'src/Support.h')
-rw-r--r--src/Support.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Support.h b/src/Support.h
index b033272..cd71fc0 100644
--- a/src/Support.h
+++ b/src/Support.h
@@ -4,8 +4,6 @@
#include <stdio.h>
#include <unistd.h>
-#include <AL/al.h>
-
#define fsFromStart SEEK_SET
typedef char* Str255;
@@ -28,8 +26,6 @@ typedef struct UnsignedWide
int Random();
bool IsKeyDown(int key);
-void loadOgg(char* filename, ALuint buffer, ALuint source);
-
FILE *cfh_fopen(const char *filename, const char *mode);
#endif