|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
Data structure to convert between Date and triplet (year, month, and day). More...
#include <timer_game_common.h>
Data Fields | |
| Year | year |
| Year (0...). | |
| Month | month |
| Month (0..11). | |
| Day | day |
| Day (1..31). | |
Data structure to convert between Date and triplet (year, month, and day).
Definition at line 52 of file timer_game_common.h.
Day (1..31).
Definition at line 55 of file timer_game_common.h.
Month (0..11).
Definition at line 54 of file timer_game_common.h.
| Year TimerGame< T >::YearMonthDay::year |
Year (0...).
Definition at line 53 of file timer_game_common.h.