sound/sdl_s.h
author tron
Sun, 21 May 2006 13:51:36 +0000
changeset 3884 793081f80381
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4940) Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif