Files @ r6155:3e639b230174
Branch filter:

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

tron
(svn r8900) -Fix

Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits)
/* $Id$ */

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif /* MUSIC_WIN32_H */