pokeruby/include/mail.h
ProjectRevoTPP 98062c69d6 label and document berry.c, decompress.c, item_use.c and label gBattleTypeFlags (#146)
* 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
2017-01-02 01:27:51 -08:00

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