Files @ r7102:73f11fdf011b
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/libtimidity.h

belugas
(svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function.
Sometimes, the industry might not be able to provide its type, since it does not exists at all
/* $Id$ */

#ifndef MUSIC_LIBTIMIDITY_H
#define MUSIC_LIBTIMIDITY_H

#include "../hal.h"

extern const HalMusicDriver _libtimidity_music_driver;

#endif /* MUSIC_LIBTIMIDITY_H */