Files @ r3314:95a9020945e1
Branch filter:

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

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

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif