rfile_t renamed

This commit is contained in:
Nekotekina 2015-04-25 00:38:11 +03:00
parent b449545ae0
commit 74b3580b69
36 changed files with 287 additions and 293 deletions

View file

@ -56,6 +56,6 @@ struct PKGEntry
be_t<u32> pad; // Padding (zeros)
};
struct rfile_t;
struct fs::file;
int Unpack(const rfile_t& dec_pkg_f, std::string src, std::string dst);
int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst);