25#ifndef SFML_AUDIO_TYPES_H
26#define SFML_AUDIO_TYPES_H
29typedef struct sfMusic sfMusic;
30typedef struct sfSound sfSound;
31typedef struct sfSoundBuffer sfSoundBuffer;
32typedef struct sfSoundBufferRecorder sfSoundBufferRecorder;
33typedef struct sfSoundRecorder sfSoundRecorder;
34typedef struct sfSoundStream sfSoundStream;