Files
@ r28487:2130fff7270c
Branch filter:
Location: cpp/openttd-patchpack/source/src/ai/ai_info.hpp
r28487:2130fff7270c
2.3 KiB
text/x-c++hdr
Codechange: Make all NWidgetPart arrays constexpr.
This ensures that the arrays are not created at runtime and prevents using non-constexpr values.
This ensures that the arrays are not created at runtime and prevents using non-constexpr values.