OpenTTD Source
20241108-master-g80f628063a
|
Definition of Interval and OneShot timers. More...
#include "timer_manager.h"
Go to the source code of this file.
Data Structures | |
class | BaseTimer< TTimerType > |
The base where every other type of timer is derived from. More... | |
class | IntervalTimer< TTimerType > |
An interval timer will fire every interval, and will continue to fire until it is deleted. More... | |
class | TimeoutTimer< TTimerType > |
A timeout timer will fire once after the interval. More... | |
Definition of Interval and OneShot timers.
Definition in file timer.h.