Fixed file not closing after require(). Changed seek() to use seconds.

This commit is contained in:
rude
2009-08-24 19:57:08 +02:00
parent de4d9bf2d4
commit 92c678ce02
10 changed files with 50 additions and 21 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ namespace lullaby
love::sound::Decoder * clone();
int decode();
bool seek(int ms);
bool seek(float s);
bool rewind();
bool isSeekable();
int getChannels() const;