Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio.h @ 704:c4803992e09c
Small bugfixes
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 30 Aug 2003 20:00:11 +0000 |
parents | 594422ab8f9f |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
703:ca809c1b41ca | 704:c4803992e09c |
---|---|
104 }; | 104 }; |
105 | 105 |
106 /* Variables */ | 106 /* Variables */ |
107 extern SDL_AudioDevice *SDL_MintAudio_device; | 107 extern SDL_AudioDevice *SDL_MintAudio_device; |
108 extern Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */ | 108 extern Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */ |
109 extern long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ | 109 extern unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ |
110 extern long SDL_MintAudio_numbuf; /* Buffer to play */ | 110 extern unsigned short SDL_MintAudio_numbuf; /* Buffer to play */ |
111 extern long SDL_MintAudio_mutex; | 111 extern unsigned short SDL_MintAudio_mutex; |
112 extern cookie_stfa_t *SDL_MintAudio_stfa; | 112 extern cookie_stfa_t *SDL_MintAudio_stfa; |
113 | 113 |
114 /* Functions */ | 114 /* Functions */ |
115 void SDL_MintAudio_Callback(void); | 115 void SDL_MintAudio_Callback(void); |
116 int SDL_MintAudio_SearchFrequency(_THIS, int falcon_codec, int desired_freq); | 116 int SDL_MintAudio_SearchFrequency(_THIS, int falcon_codec, int desired_freq); |