summaryrefslogtreecommitdiff
path: root/include/m_mail_check.h
blob: 7e26bf5758db66110617be307a7ae90c2541f67e (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*, u8*, struct Game*);

#endif