IS_TIME_LESS_THAN
0xCB2CF5148012C8D0
0x50EF8FC6
// IsTimeLessThan
BOOL IS_TIME_LESS_THAN(int timeA, int timeB);
Subtracts the second argument from the first, then returns whether the result is negative.
Old name: _SUBTRACT_B_FROM_A_AND_CHECK_IF_NEGATIVE