mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
[nx-hb] Misc.
This commit is contained in:
parent
4af9d03542
commit
cf71223163
|
@ -25,6 +25,11 @@ namespace nx
|
|||
return (offset == other.offset) \
|
||||
&& (size == other.size);
|
||||
}
|
||||
|
||||
bool operator!=(const sSection& other) const
|
||||
{
|
||||
return !operator==(other);
|
||||
}
|
||||
};
|
||||
|
||||
AssetHeader();
|
||||
|
|
Loading…
Reference in a new issue