Files @ r3082:12642bff9b64
Branch filter:

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

bjarni
(svn r3671) -Code cleanup: fixed style and removed commented out code in video/cocoa_v.m
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif