From c8603092d314c31e007efd9555967f4b57a7f7f8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 28 Oct 2013 05:57:07 -0700 Subject: Add a default getLatency to ALCbackend And make sure the backend is properly deleted. --- Alc/backends/base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/backends/base.h') diff --git a/Alc/backends/base.h b/Alc/backends/base.h index ed690f56..2cde8ccb 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -12,6 +12,7 @@ typedef struct ALCbackend { ALCdevice *mDevice; } ALCbackend; +ALint64 ALCbackend_getLatency(ALCbackend *self); void ALCbackend_lock(ALCbackend *self); void ALCbackend_unlock(ALCbackend *self); -- cgit v1.2.3