From e62817b8252974b8a98393275874ee303840bf13 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Fri, 12 May 2017 18:49:50 +0500 Subject: 2017-05-12 --- World.hpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'World.hpp') diff --git a/World.hpp b/World.hpp index 89873b6..1f35585 100644 --- a/World.hpp +++ b/World.hpp @@ -10,12 +10,6 @@ #include "Section.hpp" class World { -public: - World(); - ~World(); - void ParseChunkData(Packet packet); - std::map m_sections; -private: //utility vars World(const World& other); World&operator=(const World &other); @@ -30,4 +24,9 @@ private: int m_dimension = 0; //game methods Section ParseSection(byte *data, size_t &dataLen); +public: + World(); + ~World(); + void ParseChunkData(Packet packet); + std::map m_sections; }; \ No newline at end of file -- cgit v1.2.3