Tidy includes, drop PC STATIC_ASSERTs, and more macro usage

This commit is contained in:
Irastris
2026-09-04 20:48:36 -04:00
parent 2170967b6b
commit bb09df7948
179 changed files with 838 additions and 799 deletions
+3 -3
View File
@@ -13,12 +13,12 @@
#include "d/actor/d_a_alink.h"
#include <cstring>
#if TARGET_PC
#include "helpers/string.hpp"
#ifdef __MWERKS__
#define LOAD_4BYTE_STRING_LITERAL(x) (*(u32*)(x))
#else
#define LOAD_4BYTE_STRING_LITERAL(x) read_big_endian_u32(x)
#else
#define LOAD_4BYTE_STRING_LITERAL(x) (*(u32*)(x))
#endif
namespace {