Files @ r2625:27ad3b929a5b
Branch filter:

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

peter1138
(svn r3167) - NewGRF: Start moving custom station code to separate files.
Rewrite handling of station classes.
Allow for more than 8 station tile layouts.
Start of code to unload custom stations.
/*
 * 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 */