root/src/map/mail.h @ 9

Revision 1, 0.8 kB (checked in by jinshiro, 17 years ago)
Line 
1// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
2// For more information, see LICENCE in the main folder
3
4#ifndef _MAIL_H_
5#define _MAIL_H_
6
7#include "../common/mmo.h"
8
9void mail_clear(struct map_session_data *sd);
10int mail_removeitem(struct map_session_data *sd, short flag);
11int mail_removezeny(struct map_session_data *sd, short flag);
12unsigned char mail_setitem(struct map_session_data *sd, int idx, int amount);
13bool mail_setattachment(struct map_session_data *sd, struct mail_message *msg);
14void mail_getattachment(struct map_session_data* sd, int zeny, struct item* item);
15int mail_openmail(struct map_session_data *sd);
16void mail_deliveryfail(struct map_session_data *sd, struct mail_message *msg);
17bool mail_invalid_operation(struct map_session_data *sd);
18
19#endif /* _MAIL_H_ */
Note: See TracBrowser for help on using the browser.