Files @ r3340:baed05973439
Branch filter:

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

Darkvater
(svn r4124) - CodeChange: remove windows-specific code from initializing the random generator. There was no need for it.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif