Files @ r5685:0193ec7a95c5
Branch filter:

Location: cpp/openttd-patchpack/source/src/sound/null_s.h

celestar
(svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif