Add string codes for upstream wallclock mode, add upstream language changes

This commit is contained in:
Jonathan G Rennison
2024-02-13 23:26:24 +00:00
parent fc40f485ff
commit b13b2781bd
97 changed files with 11196 additions and 8939 deletions

View File

@@ -260,6 +260,12 @@ EconTime::Date EconTime::ConvertYMDToDate(EconTime::Year year, EconTime::Month m
return CalTime::ConvertYMDToDate(year.base(), month, day).base();
}
bool EconTime::UsingWallclockUnits(bool newgame)
{
/* Always return false (for now) */
return false;
}
/** Functions used by the IncreaseDate function */
extern void EnginesDailyLoop();