aboutsummaryrefslogtreecommitdiffstats
path: root/alc/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/device.h')
-rw-r--r--alc/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/device.h b/alc/device.h
index 1274e287..c346dc9e 100644
--- a/alc/device.h
+++ b/alc/device.h
@@ -163,4 +163,7 @@ template<>
inline std::optional<bool> ALCdevice::configValue(const char *block, const char *key)
{ return ConfigValueBool(DeviceName.c_str(), block, key); }
+/** Stores the latest ALC device error. */
+void alcSetError(ALCdevice *device, ALCenum errorCode);
+
#endif