Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)

This commit is contained in:
Alex Szpakowski
2013-08-11 04:15:42 -03:00
parent daf50698b8
commit 66a773d2a7
20 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public:
bool rewind();
bool isSeekable();
int getChannels() const;
int getBits() const;
int getBitDepth() const;
private:
Music_Emu *emu;