Rearranged Volume header files

This commit is contained in:
Stevoisiak 2015-02-24 00:03:59 -05:00
commit f72a559958
4 changed files with 13 additions and 7 deletions

View file

@ -30,10 +30,12 @@ public:
std::vector<std::string> GetNames() const override;
u32 GetFSTSize() const override;
std::string GetApploaderDate() const override;
bool IsDiscTwo() const override;
ECountry GetCountry() const override;
u64 GetSize() const override;
u64 GetRawSize() const override;
bool IsDiscTwo() const override;
typedef std::string(*StringDecoder)(const std::string&);