diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 4a4898179..f790aa7f6 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -36,6 +36,7 @@ class cFallingBlock; class cCompositeChat; class cStatManager; class cMap; +struct VillagerTradeOffer; class cClientHandle; typedef std::shared_ptr<cClientHandle> cClientHandlePtr; @@ -221,6 +222,7 @@ public: // tolua_export void SendUpdateBlockEntity (cBlockEntity & a_BlockEntity); void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4); void SendUseBed (const cEntity & a_Entity, int a_BlockX, int a_BlockY, int a_BlockZ); + void SendVillagerTradeList (const cWindow &, const std::vector<VillagerTradeOffer> &); void SendWeather (eWeather a_Weather); void SendWholeInventory (const cWindow & a_Window); void SendWindowClose (const cWindow & a_Window); |