summaryrefslogtreecommitdiff
path: root/src/map/trade.hpp
blob: 0edca9cd64ecb23fd52fb6fc229f7736b20c6684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TRADE_HPP
#define TRADE_HPP

void trade_traderequest(struct map_session_data *sd, int target_id);
void trade_tradeack(struct map_session_data *sd, int type);
void trade_tradeadditem(struct map_session_data *sd, int index, int amount);
void trade_tradeok(struct map_session_data *sd);
void trade_tradecancel(struct map_session_data *sd);
void trade_tradecommit(struct map_session_data *sd);
void trade_verifyzeny(struct map_session_data *sd);

#endif // TRADE_HPP