music/null_m.h
author glx
Sun, 08 Oct 2006 21:00:13 +0000
changeset 4781 3e0c04509b05
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6695) -Fix FS#356: disable main toolbar buttons showing company list drop downs when there are no companies
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif