Skip to content

Commit 6815c19

Browse files
committed
refactor(network): replace manual size calculations with packed structs
nit: clean up unused variable
1 parent 35b3f01 commit 6815c19

File tree

5 files changed

+838
-311
lines changed

5 files changed

+838
-311
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ set(GAMEENGINE_SRC
545545
Include/GameNetwork/NetCommandRef.h
546546
Include/GameNetwork/NetCommandWrapperList.h
547547
Include/GameNetwork/NetPacket.h
548+
Include/GameNetwork/NetPacketStructs.h
548549
Include/GameNetwork/NetworkDefs.h
549550
Include/GameNetwork/NetworkInterface.h
550551
Include/GameNetwork/networkutil.h

0 commit comments

Comments
 (0)