#ifndef WORLD_PACKETS_H #define WORLD_PACKETS_H #include "common/world/World.h" #include "network/Packet.h" namespace WorldPackets { void receiveChunk(World& w, InPacket& in); } #endif