Files @ r6765:b24c23276278
Branch filter:

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

belugas
(svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif /* MUSIC_BEMIDI_H */