music/os2_m.h
author truelight
Fri, 14 Jul 2006 18:14:08 +0000
changeset 4139 611ec4ec9a3b
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r5497) -Fix: somehow in r5315 slipped some wrong logic, allowed you to build rail on all road pieces without really building it ;)
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif