src/sound/null_s.cpp
author Tero Marttila <terom@fixme.fi>
Sat, 19 Jul 2008 01:38:52 +0300
changeset 11178 aa617a8b4f34
parent 10429 1b99254f9607
permissions -rw-r--r--
a working CheckAvailableNewGRFs that does a metadata search/retreival via HTTP for a given list of GRFs
/* $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;