sound/sdl_s.h
author bjarni
Thu, 05 Oct 2006 08:15:51 +0000
changeset 4734 24b34218c5ce
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6646) -Codechange: [vehicle list window] Cleaned up the drawing code
This moved a few of the strings and sprites a few pixels. Hopefully this will work out ok.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif