Files @ r2272:3c12f58ef97a
Branch filter:

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

tron
(svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif