OpenTTD/src/sound/null_s.cpp

9 lines
171 B
C++

/* $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;