music/null_m.h
author tron
Sun, 21 Aug 2005 17:32:43 +0000
changeset 2358 f6d863c533f2
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r2884) Fix and improve the look of the new letters (Hadez)
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif