src/sound/null_s.cpp
author peter1138
Thu, 28 Aug 2008 19:53:25 +0000
changeset 10023 d200e056524c
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14182) -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early.
/* $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;