From d3c70e63b4a42c92f8229f3c9e7f21a2048b6b9d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 4 Nov 2013 13:44:46 -0800 Subject: Use C99 inline in more places --- Alc/ALc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index 0d1236d1..bb611a77 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -1274,6 +1274,7 @@ const ALCchar *DevFmtChannelsString(enum DevFmtChannels chans) return "(unknown channels)"; } +extern inline ALuint FrameSizeFromDevFmt(enum DevFmtChannels chans, enum DevFmtType type); ALuint BytesFromDevFmt(enum DevFmtType type) { switch(type) @@ -1415,6 +1416,9 @@ void ALCdevice_Unlock(ALCdevice *device) V0(device->Backend,unlock)(); } +extern inline void LockContext(ALCcontext *context); +extern inline void UnlockContext(ALCcontext *context); + /* SetDefaultWFXChannelOrder * -- cgit v1.2.3