|
OpenTTD Source 20251117-master-g7398d2e290
|
Definition of the common class inherited by both calendar and economy timers. More...
#include "../core/strong_typedef_type.hpp"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... | |
Definition of the common class inherited by both calendar and economy timers.
Definition in file timer_game_common.h.