diff options
author | Chris Robinson <[email protected]> | 2011-08-21 00:49:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-21 00:49:04 -0700 |
commit | 858592832f7adf39dd1983ff72ebeda75cc4dd16 (patch) | |
tree | 1c6c4b363cd1dbb2bccdf00fe30cb169fdd1331a /OpenAL32/Include/alSource.h | |
parent | a97211b5724a4d31fb9dff93a62d941d55cbd041 (diff) |
Defer source offset changes requested by the app
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 87d04eb8..672b26b2 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -131,6 +131,8 @@ typedef struct ALsource #define ALsource_Update(s,a) ((s)->Update(s,a)) ALvoid SetSourceState(ALsource *Source, ALCcontext *Context, ALenum state); +ALboolean ApplyOffset(ALsource *Source); + ALvoid ReleaseALSources(ALCcontext *Context); #ifdef __cplusplus |