mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-09 09:08:29 -05: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