Files @ r5441:5f6cfce5d8ca
Branch filter:

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

Darkvater
(svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif