From e634564b26091fc315fdc592f4f87fdff86be729 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 12 Jan 2018 02:37:48 -0800 Subject: Make a couple functions inline --- Alc/backends/base.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Alc/backends/base.c') diff --git a/Alc/backends/base.c b/Alc/backends/base.c index 5f568d8e..a451fee9 100644 --- a/Alc/backends/base.c +++ b/Alc/backends/base.c @@ -10,6 +10,8 @@ extern inline ALuint64 GetDeviceClockTime(ALCdevice *device); +extern inline void ALCdevice_Lock(ALCdevice *device); +extern inline void ALCdevice_Unlock(ALCdevice *device); /* Base ALCbackend method implementations. */ void ALCbackend_Construct(ALCbackend *self, ALCdevice *device) -- cgit v1.2.3