Files @ r28487:2130fff7270c
Branch filter:

Location: cpp/openttd-patchpack/source/src/timer/CMakeLists.txt

Peter Nelson
Codechange: Make all NWidgetPart arrays constexpr.

This ensures that the arrays are not created at runtime and prevents using non-constexpr values.
add_files(
    timer_game_calendar.cpp
    timer_game_calendar.h
    timer_game_realtime.cpp
    timer_game_realtime.h
    timer_game_tick.cpp
    timer_game_tick.h
    timer_window.cpp
    timer_window.h
    timer_manager.h
    timer.h
)