Files @ r2222:76e052474372
Branch filter:

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

tron
(svn r2740) MSCV doesn't seem to like forward declared static arrays
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif