2005-07-24 15:12:37 +01:00
|
|
|
/* $Id$ */
|
|
|
|
|
2009-08-21 21:21:05 +01:00
|
|
|
/*
|
|
|
|
* This file is part of OpenTTD.
|
|
|
|
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
|
|
|
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2008-05-06 16:11:33 +01:00
|
|
|
/** @file null_s.cpp The sound driver that doesn't produce sound. */
|
|
|
|
|
2005-07-25 08:16:10 +01:00
|
|
|
#include "../stdafx.h"
|
|
|
|
#include "null_s.h"
|
2005-07-23 16:16:57 +01:00
|
|
|
|
2011-05-01 20:51:52 +01:00
|
|
|
/** The factory for the null sound driver. */
|
2007-07-05 13:23:54 +01:00
|
|
|
static FSoundDriver_Null iFSoundDriver_Null;
|