diff options
author | Chris Robinson <[email protected]> | 2018-11-13 01:39:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-13 01:39:42 -0800 |
commit | 09ea1d58f63ad3fe248b1e59c0a3634447ce672d (patch) | |
tree | 279fab7458858cec3371ca349aa35a503e1535d6 /Alc/backends | |
parent | 74d1337cc74c3fab3622188e55c9234257511ac3 (diff) |
Convert the backend base to C++
Diffstat (limited to 'Alc/backends')
-rw-r--r-- | Alc/backends/base.cpp (renamed from Alc/backends/base.c) | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/backends/base.c b/Alc/backends/base.cpp index 9d8614b1..8173f554 100644 --- a/Alc/backends/base.c +++ b/Alc/backends/base.cpp @@ -9,11 +9,6 @@ #include "backends/base.h" -extern inline ALuint64 GetDeviceClockTime(ALCdevice *device); -extern inline void ALCdevice_Lock(ALCdevice *device); -extern inline void ALCdevice_Unlock(ALCdevice *device); -extern inline ClockLatency GetClockLatency(ALCdevice *device); - /* Base ALCbackend method implementations. */ void ALCbackend_Construct(ALCbackend *self, ALCdevice *device) { |