WorldPackets.h 149 B

12345678910
  1. #ifndef WORLD_PACKETS_H
  2. #define WORLD_PACKETS_H
  3. #include "network/Packet.h"
  4. namespace WorldPackets {
  5. void receiveChunk(InPacket& in);
  6. }
  7. #endif