music/null_m.h
author Darkvater
Mon, 17 Oct 2005 22:24:32 +0000
changeset 2527 c205f6a03fb5
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3056) - Fix: Problem on Win98 and lower when if you go to the root directory of a drive (eg. C:\) you were stuck there indefinitely and couldn't change any directories or see any files
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif