diff options
Diffstat (limited to 'src/Support.h')
-rw-r--r-- | src/Support.h | 7 |
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); |