sound/win32_s.h
author peter1138
Mon, 08 May 2006 13:35:25 +0000
changeset 3786 ac7ff031ff5f
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif