Files @ r5083:08e51c69944a
Branch filter:

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

KUDr
(svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif