1 2 3 4 5 6 7 8 9 10
#ifndef M_MAIL_CHECK_H #define M_MAIL_CHECK_H #include "ultra64.h" struct Game; s32 mMC_get_mail_hit_rate(s32* len, u8* str, struct Game* game); #endif