music/qtmidi.h
author Darkvater
Sun, 26 Mar 2006 22:41:56 +0000
changeset 3346 a0d4def7d934
parent 2548 49c8a096033f
child 4077 d4d440dd8925
permissions -rw-r--r--
(svn r4130) - CodeChange: Add proper semantics for TownID for such variables instead of using the general uint16-type. We probably need to change GetTown() and IsTownIndex() as well to use TownID.
/*
 * 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 */