Files @ r6375:e539111ab97c
Branch filter:

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

peter1138
(svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary.
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif /* MUSIC_NULL_H */