OpenTTD Source
20241108-master-g80f628063a
|
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.