sound/sdl_s.h
author celestar
Tue, 04 Apr 2006 11:51:16 +0000
changeset 3444 80cfd2f70922
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif