Files @ r7170:38b143754b40
Branch filter:

Location: cpp/openttd-patchpack/source/src/sound/null_s.cpp

peter1138
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
1
2
3
4
5
6
/* $Id$ */

#include "../stdafx.h"
#include "null_s.h"

static FSoundDriver_Null iFSoundDriver_Null;