Make seek and tell thread-safe (bug #245)

This commit is contained in:
Bart van Strien
2011-07-02 16:43:56 +02:00
parent f993fe99d3
commit 404a3d529c
7 changed files with 34 additions and 8 deletions
+2
View File
@@ -103,6 +103,8 @@ namespace openal
void resume(Source * source);
void rewind();
void rewind(Source * source);
void seek(Source * source, float offset, void * unit);
float tell(Source * source, void * unit);
private: