|
@@ -51,7 +51,6 @@ namespace lullaby
|
|
OggVorbis_File handle; // Handle to the file
|
|
OggVorbis_File handle; // Handle to the file
|
|
vorbis_info * vorbisInfo; // Info
|
|
vorbis_info * vorbisInfo; // Info
|
|
vorbis_comment * vorbisComment; // Comments
|
|
vorbis_comment * vorbisComment; // Comments
|
|
- bool eof; // Whether we have reached the end of the file
|
|
|
|
|
|
|
|
public:
|
|
public:
|
|
|
|
|