Files @ r5077:d84dfecd5f73
Branch filter:

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

bjarni
(svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some (not all) vehicle list windows open for a player, that goes bankrupt would crash the game
-Codechange: closing all windows for a player will now loop all windows and close those, which got the player as caption instead of having a list of windows to close
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif