summaryrefslogtreecommitdiff
path: root/include/m_mail_check.h
blob: 4f2b0ab92064bcf96b976745e35420f4dd3b5425 (plain)
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