#ifndef PACKETUTILS_H #define PACKETUTILS_H #include #include #include "RakNetTypes.h" namespace PacketUtils { void SavePacket(const std::string& filename, const char* data, size_t length); }; #endif // PACKETUTILS_H