src/sound/null_s.cpp
author peter1138
Wed, 28 May 2008 17:29:27 +0000
changeset 9403 8cfca59c11f1
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
/* $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;