Files @ r7168:156fd244b919
Branch filter:

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

rubidium
(svn r10442) -Codechange: implement the industry production callback.
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif /* MUSIC_NULL_H */