mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
* make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
9 lines
163 B
C
9 lines
163 B
C
#ifndef GUARD_MAIL_H
|
|
#define GUARD_MAIL_H
|
|
|
|
#include "main.h"
|
|
|
|
void HandleReadMail(struct MailStruct *arg0, MainCallback arg1, bool8 arg2);
|
|
|
|
#endif // GUARD_MAIL_H
|