OpenTTD Source 20241224-master-gee860a5c8e
|
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.
|
inline |
Definition at line 107 of file timer_manager.h.