sound/win32_s.h
author celestar
Fri, 31 Mar 2006 18:36:13 +0000
changeset 3402 812f9dc4baff
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4212) -Codechange: Add and make use of an accessor that retrieves the type of a water tile. Add an enum describing the different water tiles
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif