OpenTTD-patches/src/misc
Patric Stout 28e90769f7 Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
While at it, replace OTTD_ASSERT with WITH_ASSERT, as this
is always set if assert() is valid. No matter if NDEBUG is set
or not.
2021-06-03 17:30:00 +02:00
..
array.hpp Codechange: Replace CStrA with std::string 2021-04-04 08:01:54 +01:00
binaryheap.hpp
CMakeLists.txt Cleanup: Delete remaining Blob code 2021-04-04 08:01:54 +01:00
countedobj.cpp
countedptr.hpp
dbg_helpers.cpp Cleanup: Delete remaining Blob code 2021-04-04 08:01:54 +01:00
dbg_helpers.h Cleanup: remove unused copy-constructor without copy-assignment 2021-05-27 18:30:56 +02:00
fixedsizearray.hpp
getoptdata.cpp
getoptdata.h
hashtable.hpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 2021-06-03 17:30:00 +02:00
lrucache.hpp