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