mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Small fixup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2806 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -18,10 +18,12 @@
|
||||
#ifndef _OPENALSTREAM_H_
|
||||
#define _OPENALSTREAM_H_
|
||||
|
||||
#include "Common.h"
|
||||
#include "SoundStream.h"
|
||||
#include "Thread.h"
|
||||
|
||||
#ifdef HAVE_OPENAL && HAVE_OPENAL
|
||||
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
#include "../../../../Externals/OpenAL/include/al.h"
|
||||
#include "../../../../Externals/OpenAL/include/alc.h"
|
||||
|
||||
@ -32,7 +34,7 @@
|
||||
|
||||
class OpenALStream: public SoundStream
|
||||
{
|
||||
#ifdef HAVE_OPENAL && HAVE_OPENAL
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
public:
|
||||
OpenALStream(CMixer *mixer, void *hWnd = NULL): SoundStream(mixer) {};
|
||||
virtual ~OpenALStream() {};
|
||||
|
Reference in New Issue
Block a user