music/win32_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_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif