From d97ad781b4ea1998b9819f139c7ab7806161042e Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 26 Aug 2012 21:01:07 +0000 Subject: git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 91a886c39..1c7cfa75f 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -36,6 +36,7 @@ class cWindow; class cPawn; class cPickup; class cMonster; +class cChunkDataSerializer; @@ -121,6 +122,7 @@ public: void SendWeather(eWeather a_Weather); void SendTimeUpdate(Int64 a_WorldTime); void SendThunderbolt(int a_BlockX, int a_BlockY, int a_BlockZ); + void SendChunkData(int a_ChunkX, int a_ChunkZ, cChunkDataSerializer & a_Serializer); const AString & GetUsername(void) const; //tolua_export -- cgit v1.2.3