From 29c6238b52e0733f7fbd19853f323ea9ee245064 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 14 Jan 2008 10:39:54 -0800 Subject: Keep track of open devices --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ce5c5be9..d1acfc11 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -174,6 +174,8 @@ struct ALCdevice_struct BackendFuncs *Funcs; void *ExtraData; // For the backend's use + + ALCdevice *next; }; #define ALCdevice_OpenPlayback(a,b) ((a)->Funcs->OpenPlayback((a), (b))) -- cgit v1.2.3