OpenTTD/src/os
Peter Nelson a28ab8cac2
Codechange: Replace C-style casts to size_t with static_cast. (#12455)
* Codechange: Replace C-style casts to size_t with static_cast.

This touches only simple value-type casts.

* Codechange: Replace static_cast<size_t>(-1) with SIZE_MAX

Co-authored-by: Rubidium <rubidium@openttd.org>
2024-04-19 20:34:36 +01:00
..
macosx Codechange: pass command line arguments as std::span to openttd_main 2024-04-11 21:57:53 +02:00
unix Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2024-04-19 20:34:36 +01:00
windows Remove: Custom opendir implementation for Windows no longer needed. 2024-04-18 01:41:14 +01:00
CMakeLists.txt Remove: OS/2 port 2023-06-16 14:29:14 +01:00