From 7e743398a92f6878659fc429bda26501ca2fa357 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 30 Jan 2012 13:54:39 +0000 Subject: Initial cFile implementation (using stdio FILE) and test in cChunkMap git-svn-id: http://mc-server.googlecode.com/svn/trunk@192 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunkMap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/cChunkMap.h') diff --git a/source/cChunkMap.h b/source/cChunkMap.h index e375a0de0..f2d1f4468 100644 --- a/source/cChunkMap.h +++ b/source/cChunkMap.h @@ -55,8 +55,9 @@ private: , m_Z( 0 ) , m_NumChunksLoaded( 0 ) {} - cChunkData* GetChunk( int a_X, int a_Z ); - cChunkData* m_Chunks; + cChunkData * GetChunk( int a_X, int a_Z ); + + cChunkData * m_Chunks; int m_X, m_Z; int m_NumChunksLoaded; }; -- cgit v1.2.3