Applying @AquaEBM suggestion Co-Authored-By: AquaEBM <79016373+aquaebm@users.noreply.github.com>
14 lines
233 B
C++
14 lines
233 B
C++
#pragma once
|
|
|
|
#include "blitz/protocol/Protocol.h"
|
|
|
|
namespace blitz {
|
|
namespace protocol {
|
|
namespace PacketFactory {
|
|
|
|
const Packet* CreatePacket(PacketType type, DataBuffer& buffer);
|
|
|
|
}
|
|
} // namespace protocol
|
|
} // namespace blitz
|