OpenTTD Source 20250513-master-gc718858999
|
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 104 of file timer_manager.h.
|
inline |
Definition at line 105 of file timer_manager.h.