Files @ r5083:08e51c69944a
Branch filter:

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

KUDr
(svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif