Home
last modified time | relevance | path

Searched refs:DAYS_TILL (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Ddate_type.h75 #define DAYS_TILL(year) (DAYS_IN_YEAR * (year) + LEAP_YEARS_TILL(year)) macro
81 #define DAYS_TILL_ORIGINAL_BASE_YEAR DAYS_TILL(ORIGINAL_BASE_YEAR)
98 #define MAX_DAY (DAYS_TILL(MAX_YEAR + 1) - 1)
H A Ddate.cpp157 return DAYS_TILL(year) + days; in ConvertYMDToDate()