mirror of
https://github.com/jakcron/nstool.git
synced 2025-01-10 19:55:27 +00:00
[nx-hb] Reverted bad change.
This commit is contained in:
parent
030c9070f5
commit
4af9d03542
|
@ -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