Files @ r3416:f8cc1e7bf1e0
Branch filter:

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

tron
(svn r4231) Remove ModifyTile(), it's not used anymore, yay!
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif