8 Commits

Author SHA1 Message Date
Lioncash
b7a5e3b36c Directory: Avoid use of unnamed struct in union
Anonymous structs have a limitation on GCC when involving non-trivial
default constructors, as it's a compiler extension and not actually
standard C++ to use anonymous structs. We can give the struct a concrete
name, which fixes this issue.
2025-04-19 19:53:50 -07:00
Lioncash
42c4ae8daa Revert "Revert "General: Use std::array where applicable""
This reverts commit 698e37d6a41770f53d1a9e9f5c4559102a4b2ad5.
2025-04-19 19:53:50 -07:00
c037818600 Revert "General: Use std::array where applicable" 2025-04-19 19:53:50 -07:00
Lioncash
8895960bad General: Use std::array where applicable
Same behavior, but with stronger typing. We can also eliminate usages of
magic values in some places.
2025-04-19 19:53:50 -07:00
Lioncash
7a813a7365 General: Avoid indirect includes
Ensures all inclusions are made where necessary.
2025-04-19 19:53:49 -07:00
Jack Andersen
8ce7a33f65 New code style refactor 2025-04-19 19:53:40 -07:00
Jack Andersen
0a640fada4 Convert to pragma once 2025-04-19 19:53:40 -07:00
0292ce4c93 Various fixes, integrity checks, and preparation to include in URDE 2025-04-19 19:53:12 -07:00