Files @ r9747:e336500dc238
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/null_m.cpp

belugas
(svn r13882) -Codechange: Replace widget numbers with appropriate enums
1
2
3
4
5
6
7
8
9
/* $Id$ */

/** @file null_m.cpp The music playback that is silent. */

#include "../stdafx.h"
#include "null_m.h"

static FMusicDriver_Null iFMusicDriver_Null;