Files @ r2451:d5fea856d273
Branch filter:

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

hackykid
(svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif