mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
REALLY fix stopping sources
This commit is contained in:
@@ -100,6 +100,7 @@ namespace openal
|
||||
void resume(Source * source);
|
||||
void rewind();
|
||||
void rewind(Source * source);
|
||||
void softRewind(Source * source);
|
||||
void seek(Source * source, float offset, void * unit);
|
||||
float tell(Source * source, void * unit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user