OpenTTD Source  20240915-master-g3784a3d3d6
timer.h File Reference
#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...
 

Detailed Description

Definition of Interval and OneShot timers

Definition in file timer.h.