mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-17 23:15:44 +00:00
Network: Added Packet class for serialization
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user