OpenTTD Source 20260206-master-g4d4e37dbf1
timer_game_common.h File Reference

Definition of the common class inherited by both calendar and economy timers. More...

Go to the source code of this file.

Data Structures

class  TimerGame< T >
 Template class for all TimerGame based timers. More...
struct  TimerGame< T >::YearMonthDay
 Data structure to convert between Date and triplet (year, month, and day). More...
struct  TimerGame< T >::TPeriod
struct  TimerGame< T >::TStorage
class  TimerGameConst< T >
 Template class for time constants shared by both Calendar and Economy time. More...

Detailed Description

Definition of the common class inherited by both calendar and economy timers.

Definition in file timer_game_common.h.