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