feat: include NLPacketCodec header in OverteClient for packet handling

This commit is contained in:
MayaTheShy
2025-11-08 17:39:56 -05:00
parent 1c6e38bcfd
commit fd84ae53ef

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() {