From 0f24f49a44a12d139692d0846b2722de2213f1a8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 8 Sep 2016 12:05:08 -0700 Subject: Allow specifying the device to open for the examples --- examples/common/alhelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/common/alhelpers.h') diff --git a/examples/common/alhelpers.h b/examples/common/alhelpers.h index 1b4d2fbf..9f60df2a 100644 --- a/examples/common/alhelpers.h +++ b/examples/common/alhelpers.h @@ -35,7 +35,7 @@ void AL_APIENTRY wrap_BufferSamples(ALuint buffer, ALuint samplerate, const ALvoid *data); /* Easy device init/deinit functions. InitAL returns 0 on success. */ -int InitAL(void); +int InitAL(char ***argv, int *argc); void CloseAL(void); #ifdef __cplusplus -- cgit v1.2.3