Files @ r5037:f6c5a8815d61
Branch filter:

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

peter1138
(svn r7079) -Codechange: Move an array to the only place it is used.
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif