mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Make seek and tell thread-safe (bug #245)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user