1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-25 13:14:19 +01:00
Files
OpenTTD/src/music/null_m.cpp

10 lines
162 B
C++

/* $Id$ */
/** @file null_m.cpp The music playback that is silent. */
#include "../stdafx.h"
#include "null_m.h"
static FMusicDriver_Null iFMusicDriver_Null;