music/os2_m.h
author Darkvater
Wed, 18 Oct 2006 13:17:46 +0000
changeset 4883 801b93ae218c
parent 2189 d240b9097139
permissions -rw-r--r--
(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