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