sound/win32_s.h
author belugas
Fri, 25 Aug 2006 00:41:10 +0000
changeset 4377 f04bcf6f9a04
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.
All properties can now be modified i.e:
Introduction date for euro conversion
Currency name, decimal separator, currency symbol (before or after amount)
and the rate compared to the base currency, the british pound
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif