#ifndef WORLD_PACKETS_H #define WORLD_PACKETS_H #include "common/world/World.h" #include "server/entities/ServerPlayer.h" namespace WorldPackets { void sendChunk(ServerPlayer& p, World& w, int cx, int cz); } #endif