mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
18 lines
229 B
C
18 lines
229 B
C
#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
|