Fix more of what I broke.

This commit is contained in:
Jordan Woyak 2013-03-03 16:51:26 -06:00
commit c07b8a6e37
8 changed files with 97 additions and 61 deletions

View file

@ -40,6 +40,10 @@ public:
ECountry GetCountry() const;
u64 GetSize() const;
bool IsDiscTwo() const;
typedef std::string(*StringDecoder)(const std::string&);
static StringDecoder GetStringDecoder(ECountry country);
private:
IBlobReader* m_pReader;