|
OpenTTD Source 20260108-master-g8ba1860eaa
|
This file implements the timer logic for the game-calendar-timer. More...
#include "../stdafx.h"#include "../openttd.h"#include "timer.h"#include "timer_game_calendar.h"#include "../vehicle_base.h"#include "../safeguards.h"Go to the source code of this file.
This file implements the timer logic for the game-calendar-timer.
Calendar time is used for technology and time-of-year changes, including:
Definition in file timer_game_calendar.cpp.