feat: include NLPacketCodec header in OverteClient for packet handling

This commit is contained in:
MayaTheShy
2025-11-08 17:39:56 -05:00
parent c463b8ea40
commit 65d25a1bca

View File

@@ -1,4 +1,5 @@
#include "OverteClient.hpp"
#include "NLPacketCodec.hpp"
#include <chrono>
#include <cmath>
@@ -16,6 +17,7 @@
#include <cstring>
using namespace std::chrono_literals;
using namespace Overte;
// Generate a simple UUID-like string for session identification
static std::string generateUUID() {