OpenTTD Source
20241108-master-g80f628063a
|
Sorter for timers. More...
Public Member Functions | |
bool | operator() (BaseTimer< TTimerType > *a, BaseTimer< TTimerType > *b) const |
Sorter for timers.
It will sort based on the period, smaller first. If the period is the same, it will sort based on the pointer value.
Definition at line 106 of file timer_manager.h.