(svn r6820) -Codechange: Some more const correctness, coding style.
-Codechange: Add FOR_ALL_ACTIVE_CLIENT_INFOS macro that will loop all clients
skipping inactive ones.
/* $Id$ */
#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H
#include "../hal.h"
extern const HalMusicDriver _os2_music_driver;
#endif