Files @ r28487:2130fff7270c
Branch filter:

Location: cpp/openttd-patchpack/source/src/pathfinder/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_subdirectory(npf)
add_subdirectory(yapf)

add_files(
    follow_track.hpp
    pathfinder_func.h
    pathfinder_type.h
    water_regions.h
    water_regions.cpp
)