Files @ r5083:08e51c69944a
Branch filter:

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

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

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif