From b3112bd3f6d0887fdf81610327c9edad08a0cfaf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:32:49 -0800 Subject: Use generated config for map --- src/map/trade.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/trade.hpp') diff --git a/src/map/trade.hpp b/src/map/trade.hpp index 86bfc96..569524b 100644 --- a/src/map/trade.hpp +++ b/src/map/trade.hpp @@ -27,6 +27,8 @@ namespace tmwa { +namespace map +{ void trade_traderequest(dumb_ptr sd, BlockId target_id); void trade_tradeack(dumb_ptr sd, int type); void trade_tradeadditem(dumb_ptr sd, IOff2 index, int amount); @@ -34,4 +36,5 @@ void trade_tradeok(dumb_ptr sd); void trade_tradecancel(dumb_ptr sd); void trade_tradecommit(dumb_ptr sd); void trade_verifyzeny(dumb_ptr sd); +} // namespace map } // namespace tmwa -- cgit v1.2.3-70-g09d2