Files
Blitz/include/blitz/protocol/PacketHandler.h
Persson-dev 06c17abd40
Some checks failed
Linux arm64 / Build (push) Failing after 58s
complete splib migration
2025-03-03 11:27:42 +01:00

16 lines
280 B
C++

#pragma once
/**
* \file PacketHandler.h
* \brief File containing the blitz::protocol::PacketHandler class
*/
#include "blitz/protocol/Packets.h"
namespace blitz {
namespace protocol {
using PacketHandler = sp::PacketHandler;
} // namespace protocol
} // namespace blitz