Network: Added Packet class for serialization
This commit is contained in:
parent
589dc083a5
commit
7d9b7394dd
3 changed files with 423 additions and 0 deletions
|
@ -1,11 +1,13 @@
|
|||
set(SRCS
|
||||
network.cpp
|
||||
packet.cpp
|
||||
room.cpp
|
||||
room_member.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
network.h
|
||||
packet.h
|
||||
room.h
|
||||
room_member.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue