mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
packet-factory.cpp
Go to the documentation of this file.
1#include "packet-factory.hpp"
2
3namespace mal_packet_weaver
4{
5 std::unique_ptr<PacketFactory> PacketFactory::instance_;
6}
static std::unique_ptr< PacketFactory > instance_
This is the main namespace for the Mal Packet Weaver library.
Definition common.hpp:42