comparison src/audio/baudio/SDL_beaudio.cc @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents 3692456e7b0f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /* Allow access to the audio stream on BeOS */ 23 /* Allow access to the audio stream on BeOS */
24 24
25 #include <stdlib.h>
26 #include <stdio.h>
27 #include <string.h>
28 #include <SoundPlayer.h> 25 #include <SoundPlayer.h>
29 26
30 #include "SDL_BeApp.h" 27 #include "SDL_BeApp.h"
31 28
32 extern "C" { 29 extern "C" {
33 30
31 #include "SDL_stdlib.h"
32 #include "SDL_string.h"
34 #include "SDL_audio.h" 33 #include "SDL_audio.h"
35 #include "SDL_audio_c.h" 34 #include "SDL_audio_c.h"
36 #include "SDL_sysaudio.h" 35 #include "SDL_sysaudio.h"
37 #include "SDL_systhread_c.h" 36 #include "SDL_systhread_c.h"
38 #include "SDL_beaudio.h" 37 #include "SDL_beaudio.h"