aboutsummaryrefslogtreecommitdiff
path: root/src/Support.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-09 21:54:05 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-09 21:54:05 +0700
commit497deaf4774f6f2c478c52ff092a6eb85f2e0939 (patch)
treef793bb5aa4fd83e31b30adc98e2133ba176b84eb /src/Support.h
parent1e83457eb3d786f553d77ece0b95f9aca641e524 (diff)
downloadblackshades-497deaf4774f6f2c478c52ff092a6eb85f2e0939.tar.gz
Disable NPC's footsteps and clean up sound loading1.3.4
https://todo.sr.ht/~cnx/blackshades/13
Diffstat (limited to 'src/Support.h')
-rw-r--r--src/Support.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Support.h b/src/Support.h
index 633a51a..bf0658d 100644
--- a/src/Support.h
+++ b/src/Support.h
@@ -6,8 +6,6 @@
#include <AL/al.h>
-#define STUB_FUNCTION fprintf(stderr,"STUB: %s at " __FILE__ ", line %d, thread %d\n",__FUNCTION__,__LINE__,getpid())
-
#define fsFromStart SEEK_SET
typedef unsigned char * Str255;
@@ -39,10 +37,7 @@ void GetMouse(Point *p);
void GetMouseRel(Point *p);
void GetKeys(unsigned long *keys);
int Button(void);
-void LoadOGG_CFH(char *filename, ALenum *format, void **wave,
- unsigned int *size, ALsizei *freq);
-void FreeOGG(ALenum format, void *wave, unsigned int size,
- ALsizei freq);
+void loadOgg(char* filename, ALuint buffer, ALuint source);
FILE *cfh_fopen(const char *filename, const char *mode);