Files @ r28487:2130fff7270c
Branch filter:

Location: cpp/openttd-patchpack/source/src/game/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(
    game.hpp
    game_config.cpp
    game_config.hpp
    game_core.cpp
    game_gui.cpp
    game_gui.hpp
    game_info.cpp
    game_info.hpp
    game_instance.cpp
    game_instance.hpp
    game_scanner.cpp
    game_scanner.hpp
    game_text.cpp
    game_text.hpp
)