aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-08-12 08:45:11 -0700
committerChris Robinson <[email protected]>2014-08-12 08:45:11 -0700
commit8364aa5f6f92fd41b55b417c7b1235929b24c73a (patch)
tree6e8bdb39c44d233c8b1b2a5aa34825c30fd2196f /include
parentba3f1e746807a0ef234969400339b9a3018e54e6 (diff)
ALC_SOFT_pause_device is finished
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index 25e59e11..7d2a9527 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -383,6 +383,16 @@ AL_API ALvoid AL_APIENTRY alProcessUpdatesSOFT(void);
/*#define AL_SEC_LENGTH_SOFT 0x200B*/
#endif
+#ifndef ALC_SOFT_pause_device
+#define ALC_SOFT_pause_device 1
+typedef void (ALC_APIENTRY*LPALCDEVICEPAUSESOFT)(ALCdevice *device);
+typedef void (ALC_APIENTRY*LPALCDEVICERESUMESOFT)(ALCdevice *device);
+#ifdef AL_ALEXT_PROTOTYPES
+ALC_API void ALC_APIENTRY alcDevicePauseSOFT(ALCdevice *device);
+ALC_API void ALC_APIENTRY alcDeviceResumeSOFT(ALCdevice *device);
+#endif
+#endif
+
#ifdef __cplusplus
}
#endif