sound/sdl_s.h
author Darkvater
Thu, 16 Nov 2006 17:41:24 +0000
changeset 5101 797a070e5b22
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7172) -Fix [r6931]: The console showed '?' characters instead of colours. Now strip all
colours for the console. It's a bit magicky (magic numbers) but UTF8 fixes that soon.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif