music/null_m.h
author celestar
Mon, 01 Jan 2007 16:31:13 +0000
branchcustombridgeheads
changeset 5623 ef2a8a524a95
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7721) [cbh] - Sync with 7607:7720 from trunk
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif