sound/win32_s.h
author truelight
Thu, 13 Jul 2006 18:34:45 +0000
changeset 4135 776e8f849206
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r5493) -Fix: 'grep -o' isn't supported on all targets. 'sed' is, so use thatone (tokai)
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif