mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx-hb] Misc.
This commit is contained in:
parent
4af9d03542
commit
cf71223163
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ namespace nx
|
||||||
return (offset == other.offset) \
|
return (offset == other.offset) \
|
||||||
&& (size == other.size);
|
&& (size == other.size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool operator!=(const sSection& other) const
|
||||||
|
{
|
||||||
|
return !operator==(other);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
AssetHeader();
|
AssetHeader();
|
||||||
|
|
Loading…
Reference in a new issue