Files @ r5299:1a5e005aa3e9
Branch filter:

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

rubidium
(svn r7452) -Fix: GetRandom(Industry|Town) must return a valid industry/town and should not need to loop over the pool for a second time.
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif