music/dmusic.h
author tron
Thu, 28 Jul 2005 19:23:19 +0000
changeset 2221 a25240840b32
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif