src/sound/null_s.cpp
author frosch
Fri, 22 Aug 2008 22:28:26 +0000
changeset 9973 6ec0621a124d
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc)
/* $Id$ */

/** @file null_s.cpp The sound driver that doesn't produce sound. */

#include "../stdafx.h"
#include "null_s.h"

static FSoundDriver_Null iFSoundDriver_Null;