This commit is contained in:
Jean-Philip Desjardins 2022-08-17 10:20:38 -04:00
parent bf9e73aa6b
commit 05a411c960

View file

@ -7,6 +7,7 @@
#include "BlockLookupOneWay.h"
#include "BlockLookupTwoWay.h"
FRAMEWORK_MAYBE_UNUSED
static bool RangesOverlap(uint32 x1, uint32 x2, uint32 y1, uint32 y2)
{
assert(x1 <= x2);