sound/win32_s.h
author celestar
Fri, 29 Dec 2006 12:18:43 +0000
branchcustombridgeheads
changeset 5595 049ed4486972
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7613) [cbh] - Codechange: Removed tunnel-specific functions from bridge_cmd.c and bridge-specific functions from tunnel_cmd.c
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif