Files @ r28487:2130fff7270c
Branch filter:

Location: cpp/openttd-patchpack/source/src/misc/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(
    array.hpp
    binaryheap.hpp
    countedobj.cpp
    countedptr.hpp
    dbg_helpers.cpp
    dbg_helpers.h
    endian_buffer.hpp
    fixedsizearray.hpp
    getoptdata.cpp
    getoptdata.h
    hashtable.hpp
    lrucache.hpp
)