Fix
This commit is contained in:
@@ -56,6 +56,6 @@ struct PKGEntry
|
||||
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);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct fs::file;
|
||||
namespace fs { struct file; }
|
||||
|
||||
struct PKGLoader
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user