music/win32_m.h
author tron
Tue, 07 Nov 2006 15:58:54 +0000
changeset 5051 0ea8270d080b
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7101) Evaluate the necessary flags for libpng once per make run, not every time the CFLAGS/LIBS variables are used
/* $Id$ */

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif