Files @ r3314:95a9020945e1
Branch filter:

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

tron
(svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif