sound/sdl_s.h
author tron
Sun, 23 Apr 2006 13:48:16 +0000
changeset 3636 a36cc46e754d
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif