Files @ r6639:fa7f2f2338ea
Branch filter:

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

belugas
(svn r9870) -Codechange: Silence two compiler warnings and give proper type to the "type" member of industry struct
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif /* MUSIC_NULL_H */