OpenTTD Source 20241224-master-gf74b0cf984
|
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 (0...)
Definition at line 53 of file timer_game_common.h.