summaryrefslogtreecommitdiff
path: root/src/sound/sdl_s.h
blob: 6fc2b6dc0e365451619c32e6ecf7cf7a83563f21 (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif