mirror of
https://github.com/glest/glest-source.git
synced 2025-08-06 16:36:29 +02:00
- fixed some bugs discovered by coverity scan
This commit is contained in:
@@ -85,6 +85,7 @@ private:
|
||||
string fileName;
|
||||
|
||||
public:
|
||||
OggSoundFileLoader();
|
||||
virtual void open(const string &path, SoundInfo *soundInfo);
|
||||
virtual uint32 read(int8 *samples, uint32 size);
|
||||
virtual void close();
|
||||
|
Reference in New Issue
Block a user