src/sound/null_s.cpp
author Tero Marttila <terom@fixme.fi>
Fri, 19 Dec 2008 02:20:26 +0200
changeset 10441 d09735696a9e
parent 9111 48ce04029fe4
permissions -rw-r--r--
don't generate a heightmap for <64 tile maps
/* $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;