Files @ r3082:12642bff9b64
Branch filter:

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

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

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif