Files @ r7124:afc3522b590f
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/extmidi.h

peter1138
(svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference.
/* $Id$ */

#ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H

#include "../hal.h"

extern const HalMusicDriver _extmidi_music_driver;

#endif /* MUSIC_EXTERNAL_H */