Files @ r5037:f6c5a8815d61
Branch filter:

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

peter1138
(svn r7079) -Codechange: Move an array to the only place it is used.
/* $Id$ */

#ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H

#include "../hal.h"

extern const HalMusicDriver _extmidi_music_driver;

#endif