music/null_m.h
author peter1138
Tue, 04 Oct 2005 20:58:10 +0000
changeset 2490 0eac698c33cf
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3016) -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading.
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif