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