src/sound/null_s.cpp
author glx
Wed, 03 Sep 2008 13:25:56 +0000
changeset 10068 a32f54c91520
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14235) -Fix (r14234): compilation with MSVC was broken
/* $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;