Files @ r5826:84618d25ce1d
Branch filter:

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

tron
(svn r8392) -Fix

Use HASBIT() instead of implementing it manually
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif