music/dmusic.h
author peter1138
Tue, 20 Jun 2006 07:07:28 +0000
changeset 4049 d65bf8f154bc
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r5318) - Allow room for a single pixel overflow on the first engine when drawing a train's image.
- Draw the depot highlight box after drawing all engines on a line, so that the box isn't hidden.
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif