summaryrefslogtreecommitdiff
path: root/sound/sdl_s.h
blob: 9e593991af52e3e884aad70d25dfc57cf7cca1a9 (plain)
1
2
3
4
5
6
7
8
#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif