sound/sdl_s.h
author Darkvater
Sat, 21 Oct 2006 22:24:28 +0000
changeset 4905 49b0d1b84fc3
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \".
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif