Files @ r2221:90ca9dcf90f1
Branch filter:

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

tron
(svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif