Files @ r2567:a475d65e5a9c
Branch filter:

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

bjarni
(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif