#ifndef WEAK_BSS_3569_H #define WEAK_BSS_3569_H // Fake header. // This is some kind of weak object that get included in several TUs. // Goes in either .bss (for RELs) or .rodata (for main.dol: d_snap, J3DUClipper). // Its true source is currently unknown, so include this header in TUs that need it to match for now. #include "dolphin/mtx/mtx.h" static inline void dummy_bss_3569() { Vec vec = (Vec){0.0f, 0.0f, 0.0f}; // @3569 / @3599 } #endif /* WEAK_BSS_3569_H */