IS_TIME_MORE_THAN
0xDE350F8651E4346C
0xBBB6DF61
// IsTimeMoreThan
BOOL IS_TIME_MORE_THAN(int timeA, int timeB);
Subtracts the first argument from the second, then returns whether the result is negative.
Old name: _SUBTRACT_A_FROM_B_AND_CHECK_IF_NEGATIVE