OpenTTD Source  20240917-master-g9ab0a47812
timer_game_common.h File Reference

Go to the source code of this file.

Data Structures

class  TimerGame< T >
 Template class for all TimerGame based timers. More...
 
struct  TimerGame< T >::DateTag< ST >
 The type to store our dates in. More...
 
struct  TimerGame< T >::YearTag< ST >
 Type for the year, note: 0 based, i.e. 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.