OpenTTD/src/misc
Rubidium 68ff3fd062 Change: include fmt.h C++ headers in stdafx.h
This to prevent compilation issues between runs with and without precompiled
headers. Also remove the headers from the rest of the code base as they are
not needed there anymore, although they do relatively little harm.
2023-05-08 16:49:23 +02:00
..
CMakeLists.txt Change: [Network] Transfer command data as serialized byte stream without fixed structure. 2021-12-16 22:28:32 +01:00
array.hpp Codechange: Replace CStrA with std::string 2021-04-04 08:01:54 +01:00
binaryheap.hpp Fix: Globally apply preprocessor directive coding style 2020-07-03 09:08:46 +02:00
countedobj.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
countedptr.hpp Cleanup: remove commented out code 2023-01-26 23:47:55 +01:00
dbg_helpers.cpp Cleanup: Delete remaining Blob code 2021-04-04 08:01:54 +01:00
dbg_helpers.h Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
endian_buffer.hpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
fixedsizearray.hpp Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
getoptdata.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
getoptdata.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
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 Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00