blob: bbe6952036ae808f31bc64ee2140db91a7271fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef GUARD_MAIL_DATA_H
#define GUARD_MAIL_DATA_H
#include "global.h"
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
u16 sub_80D45E8(u16, u16 *);
#endif //GUARD_MAIL_DATA_H
|