1 #ifndef SOUND_SDL_H
2 #define SOUND_SDL_H
3
4 #include "hal.h"
5
6 extern const HalSoundDriver _sdl_sound_driver;
7
8 #endif