Files @ r3035:f879939e7d4b
Branch filter:

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

tron
(svn r3615) Remove the Quartz key codes from the public cocoa video driver interface
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif