move the handlers over

This commit is contained in:
Aronwk
2025-05-16 20:59:37 -05:00
parent 5628664060
commit c8a3a2c6de
4 changed files with 52 additions and 21 deletions

View File

@@ -5,6 +5,7 @@
#include "BitStream.h"
#include "MessageIdentifiers.h"
#include "eConnectionType.h"
#include "dCommonVars.h"
#include <string>
#include <algorithm>
@@ -49,6 +50,7 @@ struct LUWString {
struct LUBitStream {
eConnectionType connectionType = eConnectionType::UNKNOWN;
uint32_t internalPacketID = 0xFFFFFFFF;
LWOOBJID objectID = LWOOBJID_EMPTY;
LUBitStream() = default;