Files
tp/include/d/d_kankyo_static.h
T

18 lines
553 B
C
Raw Normal View History

2024-01-29 07:39:51 -08:00
#ifndef D_KANKYO_STATIC_H
#define D_KANKYO_STATIC_H
2024-10-10 07:29:58 -07:00
#include "d/d_com_inf_game.h"
2024-01-29 07:39:51 -08:00
/**
* This is a made-up file to help matching weak function generation.
*
* `dKankyo_DayProc` is supposed to be weakly generated at the end of TUs where it's called,
* but it'll generate in every TU where the header it's defined in is included. So only include this
* header in TUs where `dKankyo_DayProc` needs to be generated.
*/
static void dKankyo_DayProc() {
dComIfGs_offTmpBit(dSv_event_tmp_flag_c::tempBitLabels[91]);
}
#endif /* D_KANKYO_STATIC_H */