Files @ r3366:b2c86c21ee7c
Branch filter:

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

belugas
(svn r4163) CodeChange : Add missing file to MS Project and Workspace files
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif