Files @ r5037:f6c5a8815d61
Branch filter:

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

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

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif