Files
@ r28368:dfbb78c2543f
Branch filter:
Location: cpp/openttd-patchpack/source/src/tests/test_window_desc.cpp
r28368:dfbb78c2543f
3.3 KiB
text/x-c
Codechange: Use vector/unique_ptr inside widget containers.
This replaces a C-style double-linked-list which required all widgets
to have next/prev pointers, and removes the need for manual pointer management.
This replaces a C-style double-linked-list which required all widgets
to have next/prev pointers, and removes the need for manual pointer management.