mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Refactor for original/pc dataspec handling
This commit is contained in:
@@ -18,6 +18,7 @@ struct SObjectTag
|
||||
{
|
||||
FourCC type;
|
||||
TResId id = -1;
|
||||
operator bool() const {return id != -1;}
|
||||
bool operator!=(const SObjectTag& other) const {return id != other.id;}
|
||||
bool operator==(const SObjectTag& other) const {return id == other.id;}
|
||||
SObjectTag() = default;
|
||||
|
||||
Reference in New Issue
Block a user