This commit is contained in:
Nekotekina
2015-04-25 01:18:12 +03:00
parent 74b3580b69
commit 5d6d058965
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,6 +56,6 @@ struct PKGEntry
be_t<u32> pad; // Padding (zeros) be_t<u32> pad; // Padding (zeros)
}; };
struct fs::file; namespace fs { struct file; }
int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst); int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst);
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once #pragma once
struct fs::file; namespace fs { struct file; }
struct PKGLoader struct PKGLoader
{ {