Files @ r2961:2e84ef887234
Branch filter:

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

peter1138
(svn r3523) Undefine helper macros after using them
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif