mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-07 21:09:40 +01:00
9 lines
171 B
C++
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;
|