OpenTTD Source 20250610-master-g8c90be8c9f
|
Definition of the Window system. More...
#include <chrono>
Go to the source code of this file.
Data Structures | |
class | TimerWindow |
Timer that represents the real time, usable for the Window system. More... | |
struct | TimerWindow::TStorage |
Variables | |
static constexpr std::chrono::milliseconds | TIMER_BLINK_INTERVAL {450} |
Interval used by blinking interface elements. | |
Definition of the Window system.
Definition in file timer_window.h.
|
staticconstexpr |
Interval used by blinking interface elements.
Definition at line 36 of file timer_window.h.