mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-02 09:39:50 -04:00
8 lines
153 B
C
8 lines
153 B
C
#include "m_mail_check.h"
|
|
|
|
#include "m_mail_check_ovl.h"
|
|
|
|
extern int mMC_get_mail_hit_rate(int* len, u8* str) {
|
|
return mMck_check_key_hit(len, str);
|
|
}
|