Files @ r6125:eb40461cb765
Branch filter:

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

belugas
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.
Some documentation addition, when i can easily supply them
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif /* MUSIC_DMUSIC_H */