1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-23 12:14:11 +01:00
Files
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;