OpenTTD Source 20241224-master-gf74b0cf984
|
This file implements the timer logic for the game-economy-timer. More...
#include "../stdafx.h"
#include "../openttd.h"
#include "timer.h"
#include "timer_game_economy.h"
#include "timer_game_tick.h"
#include "../vehicle_base.h"
#include "../linkgraph/linkgraph.h"
#include "../safeguards.h"
Go to the source code of this file.
This file implements the timer logic for the game-economy-timer.
Definition in file timer_game_economy.cpp.