Files @ r3314:95a9020945e1
Branch filter:

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

tron
(svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif