#ifndef M_MAIL_CHECK_H #define M_MAIL_CHECK_H #include "types.h" #include "game_h.h" #ifdef __cplusplus extern "C" { #endif extern int mMC_get_mail_hit_rate(int* len, u8* str, GAME* game); #ifdef __cplusplus } #endif #endif