[nx-hb] Misc.

This commit is contained in:
jakcron 2018-06-24 13:18:18 +08:00
parent 4af9d03542
commit cf71223163

View file

@ -25,6 +25,11 @@ namespace nx
return (offset == other.offset) \
&& (size == other.size);
}
bool operator!=(const sSection& other) const
{
return !operator==(other);
}
};
AssetHeader();