Files @ r3082:12642bff9b64
Branch filter:

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

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

#ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H

#include "../hal.h"

extern const HalMusicDriver _extmidi_music_driver;

#endif