music/null_m.h
author peter1138
Fri, 03 Feb 2006 12:55:21 +0000
changeset 2962 dbd168a4703a
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif