Files @ r3346:134319cc6f99
Branch filter:

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

Darkvater
(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.
/* $Id$ */

#ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H

#include "../hal.h"

extern const HalMusicDriver _extmidi_music_driver;

#endif