From 41974ae5265fbc23a06f276f9e008d5dad020e0b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Aug 2012 16:16:25 -0700 Subject: Rename files for C++ conversion. Does not compile. After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add ..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h --- src/map/trade.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/map/trade.hpp (limited to 'src/map/trade.hpp') diff --git a/src/map/trade.hpp b/src/map/trade.hpp new file mode 100644 index 0000000..1e885f4 --- /dev/null +++ b/src/map/trade.hpp @@ -0,0 +1,14 @@ +// $Id: trade.h,v 1.2 2004/09/25 05:32:19 MouseJstr Exp $ +#ifndef TRADE_HPP +#define TRADE_HPP + +#include "map.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 -- cgit v1.2.3-60-g2f50