sound/sdl_s.h
author tron
Fri, 24 Feb 2006 20:38:08 +0000
changeset 3079 a26f87fba4c1
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3668) Add a function to turn a tile into a tree tile
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif