Files @ r5070:6da414a78d0e
Branch filter:

Location: cpp/openttd-patchpack/source/sound/sdl_s.h

Darkvater
(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif