feat: include NLPacketCodec header in OverteClient for packet handling
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include "OverteClient.hpp"
|
#include "OverteClient.hpp"
|
||||||
|
#include "NLPacketCodec.hpp"
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
@@ -16,6 +17,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
using namespace std::chrono_literals;
|
using namespace std::chrono_literals;
|
||||||
|
using namespace Overte;
|
||||||
|
|
||||||
// Generate a simple UUID-like string for session identification
|
// Generate a simple UUID-like string for session identification
|
||||||
static std::string generateUUID() {
|
static std::string generateUUID() {
|
||||||
|
|||||||
Reference in New Issue
Block a user