diff options
Diffstat (limited to 'src/Support.h')
-rw-r--r-- | src/Support.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/Support.h b/src/Support.h index 49b83fc..99e264e 100644 --- a/src/Support.h +++ b/src/Support.h @@ -41,20 +41,19 @@ void GetMouseRel(Point *p); void GetKeys(unsigned long *keys); int Button(void); #ifdef NOOGG -void alutLoadWAVFile_CFH(char *filename, ALenum *format, void **wave, +void alutLoadWAVFile_CFH(char *filename, ALenum *format, void **wave, unsigned int *size, ALsizei *freq); -void alutUnloadWAV_CFH(ALenum format, void *wave, unsigned int size, +void alutUnloadWAV_CFH(ALenum format, void *wave, unsigned int size, ALsizei freq); #define alutLoadWAVFile alutLoadWAVFile_CFH -#define alutUnloadWAV alutUnloadWAV_CFH +#define alutUnloadWAV alutUnloadWAV_CFH #else -void LoadOGG_CFH(char *filename, ALenum *format, void **wave, +void LoadOGG_CFH(char *filename, ALenum *format, void **wave, unsigned int *size, ALsizei *freq); -void FreeOGG(ALenum format, void *wave, unsigned int size, +void FreeOGG(ALenum format, void *wave, unsigned int size, ALsizei freq); #endif - FILE *cfh_fopen(const char *filename, const char *mode); #endif |