REALLY fix stopping sources

This commit is contained in:
Bart van Strien
2011-08-08 16:26:38 +02:00
parent 0b0d8fe3e5
commit c47a7c563b
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -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);