2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Humungous refactor

This commit is contained in:
Jack Andersen
2016-03-04 13:04:53 -10:00
parent 552ec1db4a
commit 783fb4c4fe
330 changed files with 2943 additions and 3077 deletions

View File

@@ -8,10 +8,10 @@
#include "rstl.hpp"
#include "DataSpec/DNACommon/DNACommon.hpp"
namespace pshag
namespace urde
{
using FourCC = HECL::FourCC;
using FourCC = hecl::FourCC;
using TResId = u64;
struct SObjectTag
@@ -72,9 +72,9 @@ using TAreaId = u32;
namespace std
{
template<>
struct hash<pshag::SObjectTag>
struct hash<urde::SObjectTag>
{
inline size_t operator()(const pshag::SObjectTag& tag) const
inline size_t operator()(const urde::SObjectTag& tag) const
{return tag.id;}
};
}