DarkflameServer/dNet/PacketUtils.h

14 lines
241 B
C
Raw Normal View History

#ifndef PACKETUTILS_H
#define PACKETUTILS_H
#include <string>
#include <cstdint>
#include "RakNetTypes.h"
namespace PacketUtils {
2022-07-28 13:39:57 +00:00
void SavePacket(const std::string& filename, const char* data, size_t length);
};
#endif // PACKETUTILS_H