src/sound/sdl_s.h
author celestar
Wed, 13 Jun 2007 11:00:24 +0000
branchgamebalance
changeset 9909 dce9a6923bb7
parent 6314 f738bcf05ad6
child 6720 35756db7e577
child 7666 a5fccd76176a
permissions -rw-r--r--
(svn r10133) [gamebalance] -Sync: r9620:9670 from trunk
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif /* SOUND_SDL_H */