mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 17:57:24 -04:00
13 lines
341 B
C
13 lines
341 B
C
#ifndef WEAK_BSS_3569_H
|
|
#define WEAK_BSS_3569_H
|
|
|
|
// Fake header.
|
|
// This is some kind of weak objects that get included in the .bss sections of several TUs.
|
|
// Its true source is currently unknown, so include this header in TUs that need it to match for now.
|
|
|
|
#include "dolphin/mtx/vec.h"
|
|
|
|
static Vec bss_3569;
|
|
|
|
#endif /* WEAK_BSS_3569_H */
|