OpenTTD/src/timer
Peter Nelson e1697a6ad1
Codechange: Don't use enums for non-enumerated values. (#13031)
In the past we have used enums to hold an arbitrary values. These values
are not enumerated types, so make them constants instead.
2024-10-27 18:02:49 +00:00
..
CMakeLists.txt
timer_game_calendar.cpp
timer_game_calendar.h
timer_game_common.cpp Codechange: Don't use enums for non-enumerated values. (#13031) 2024-10-27 18:02:49 +00:00
timer_game_common.h
timer_game_economy.cpp
timer_game_economy.h
timer_game_realtime.cpp
timer_game_realtime.h
timer_game_tick.cpp
timer_game_tick.h
timer_manager.h Fix #12509: Maintain timer sort invariants when changing period 2024-04-25 20:08:24 +02:00
timer_window.cpp
timer_window.h
timer.h Fix #12509: Maintain timer sort invariants when changing period 2024-04-25 20:08:24 +02:00