mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 16:24:55 +00:00
RetroDataSpec: Convert typedefs to using aliases
Same behavior, but nicer to read.
This commit is contained in:
@@ -61,7 +61,7 @@ struct PAK : BigDNA {
|
||||
|
||||
bool mreaHasDupeResources(const UniqueID64& id) const { return m_dupeMREAs.find(id) != m_dupeMREAs.cend(); }
|
||||
|
||||
typedef UniqueID64 IDType;
|
||||
using IDType = UniqueID64;
|
||||
};
|
||||
|
||||
} // namespace DataSpec::DNAMP3
|
||||
|
||||
Reference in New Issue
Block a user