Files @ r3641:bf8cbe28f2dc
Branch filter:

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

peter1138
(svn r4550) - NewGRF: update string system to new rules: a grf version of less than 6 uses the old scheme, of 7 or more uses the new scheme. (Moving targets, yay...)
/*
 * qtmidi.h
 *
 * $Id$
 */

#ifndef MUSIC_MACOSX_QUICKTIME_H
#define MUSIC_MACOSX_QUICKTIME_H

#include "../hal.h"

extern const HalMusicDriver _qtime_music_driver;

#endif /* !MUSIC_MACOSX_QUICKTIME_H */