sound/win32_s.h
author tron
Tue, 21 Feb 2006 06:43:53 +0000
changeset 3054 0cde017ea45d
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3643) Remove a local variable which is just a pointer to a road stop status field and had the sensible name 'b'; instead directly use the road stop status field
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif