aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-28 05:57:07 -0700
committerChris Robinson <[email protected]>2013-10-28 05:57:07 -0700
commitc8603092d314c31e007efd9555967f4b57a7f7f8 (patch)
tree72004389cb2327fd58de5d8cd25ae36f22fc1a34 /Alc/backends/base.h
parentf065700ef925048d28d7db3bd4d9225e7aa21cc7 (diff)
Add a default getLatency to ALCbackend
And make sure the backend is properly deleted.
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r--Alc/backends/base.h1
1 files changed, 1 insertions, 0 deletions
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);