mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
85a19d3fb6
* m_mail_check OK * comments
11 lines
156 B
C
11 lines
156 B
C
#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
|