mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Move types.h to util/types.hpp
This commit is contained in:
parent
666a18f5e5
commit
b59f142d4e
75 changed files with 87 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../Utilities/types.h"
|
||||
#include "util/types.hpp"
|
||||
#include "../../Utilities/File.h"
|
||||
|
||||
#include <vector>
|
||||
|
@ -34,7 +34,7 @@ class pup_object
|
|||
{
|
||||
const fs::file& m_file;
|
||||
bool isValid = true;
|
||||
|
||||
|
||||
std::vector<PUPFileEntry> m_file_tbl;
|
||||
std::vector<PUPHashEntry> m_hash_tbl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue