Files @ r7278:dda8ac23d36c
Branch filter:

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

belugas
(svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment)
-Codechange: give enum values to widgets
1
2
3
4
5
6
7
/* $Id$ */

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

static FMusicDriver_Null iFMusicDriver_Null;